1 write to GenerateScriptCommand
System.CommandLine.StaticCompletions (1)
CompletionsCommandDefinition.cs (1)
22
Subcommands.Add(
GenerateScriptCommand
= new(this));
2 references to GenerateScriptCommand
System.CommandLine.StaticCompletions (2)
CompletionsCommandParser.cs (2)
35
command.
GenerateScriptCommand
.SetAction(args =>
37
var shellName = args.GetValue(command.
GenerateScriptCommand
.ShellArgument) ?? throw new InvalidOperationException();