2 references to Arguments
dotnet (2)
Commands\Fsi\FsiCommandParser.cs (2)
25DocumentedCommand command = new("fsi", DocsLink) { Arguments }; 27command.SetAction((parseResult) => FsiCommand.Run(parseResult.GetValue(Arguments)));