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