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