1 write to OutputOption
dotnet-user-jwts (1)
Commands\ProjectCommandLineApplication.cs (1)
25OutputOption = Option(
3 references to OutputOption
dotnet-user-jwts (3)
Commands\CreateCommand.cs (1)
92return Execute(cmd.Reporter, cmd.ProjectOption.Value(), options, optionsString, cmd.OutputOption.Value(), program);
Commands\ListCommand.cs (1)
27return Execute(cmd.Reporter, cmd.ProjectOption.Value(), showTokensOption.HasValue(), cmd.OutputOption.Value());
Commands\PrintCommand.cs (1)
34cmd.OutputOption.Value());