4 references to Option
dotnet-user-secrets (4)
CommandLineOptions.cs (3)
36var optionProject = app.Option("-p|--project <PROJECT>", "Path to project. Defaults to searching the current directory.", 39var optionConfig = app.Option("-c|--configuration <CONFIGURATION>", "The project configuration to use. Defaults to 'Debug'.", 44var 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);