2 references to Argument
dotnet-user-jwts (2)
Commands\PrintCommand.cs (1)
17
var idArgument = cmd.
Argument
("[id]", Resources.PrintCommand_IdArgument_Description);
Commands\RemoveCommand.cs (1)
17
var idArgument = cmd.
Argument
("[id]", Resources.RemoveCommand_IdArgument_Description);