4 references to Option
dotnet-user-secrets (4)
CommandLineOptions.cs (3)
36
var optionProject = app.
Option
("-p|--project <PROJECT>", "Path to project. Defaults to searching the current directory.",
39
var optionConfig = app.
Option
("-c|--configuration <CONFIGURATION>", "The project configuration to use. Defaults to 'Debug'.",
44
var optionId = app.
Option
("--id", "The user secret ID to use.",
src\Tools\Shared\CommandLine\CommandLineApplicationExtensions.cs (1)
16
=> app.
Option
("-v|--verbose", "Show verbose output", CommandOptionType.NoValue, inherited: true);