1 write to OutputOption
dotnet-user-jwts (1)
Commands\ProjectCommandLineApplication.cs (1)
32
OutputOption
= Option(
3 references to OutputOption
dotnet-user-jwts (3)
Commands\CreateCommand.cs (1)
102
return Execute(cmd.Reporter, projectPath, isFileBasedApp, options, optionsString, cmd.
OutputOption
.Value(), appsettingsFile, program);
Commands\ListCommand.cs (1)
32
return Execute(cmd.Reporter, projectPath, isFileBasedApp, showTokensOption.HasValue(), cmd.
OutputOption
.Value());
Commands\PrintCommand.cs (1)
40
cmd.
OutputOption
.Value());