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