3 references to Arguments
dotnet (2)
Commands\Format\FormatCommandParser.cs (1)
12
command.SetAction(parseResult => FormatCommand.Run(parseResult.GetValue(command.
Arguments
) ?? []));
Parser.cs (1)
373
var arguments = context.ParseResult.GetValue(format.
Arguments
) ?? [];
Microsoft.DotNet.Cli.Definitions (1)
Commands\Format\FormatCommandDefinition.cs (1)
19
base.Arguments.Add(
Arguments
);