1 write to ShellArgument
System.CommandLine.StaticCompletions (1)
CompletionsGenerateScriptCommandDefinition.cs (1)
15
Arguments.Add(
ShellArgument
= parent.ShellArgument);
1 reference to ShellArgument
System.CommandLine.StaticCompletions (1)
CompletionsCommandParser.cs (1)
37
var shellName = args.GetValue(command.GenerateScriptCommand.
ShellArgument
) ?? throw new InvalidOperationException();