5 references to Option
dotnet-user-secrets (5)
CommandLineOptions.cs (4)
37var optionProject = app.Option("-p|--project <PROJECT>", "Path to project. Defaults to searching the current directory.", 40var optionFile = app.Option("-f|--file <FILE>", "Path to file-based app.", 43var optionConfig = app.Option("-c|--configuration <CONFIGURATION>", "The project configuration to use. Defaults to 'Debug'.", 48var 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);