2 references to Arguments
dotnet (1)
Commands\Fsi\FsiCommandParser.cs (1)
12
command.SetAction(parseResult => FsiCommand.Run(parseResult.GetValue(command.
Arguments
) ?? []));
Microsoft.DotNet.Cli.Definitions (1)
Commands\Fsi\FsiCommandDefinition.cs (1)
19
base.Arguments.Add(
Arguments
);