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