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