We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b0a7f commit dda0b66Copy full SHA for dda0b66
src/cli/mod.rs
@@ -31,7 +31,7 @@ pub enum SubCommand {
31
Text(TextSubCommand),
32
#[command(subcommand, about = "HTTP server")]
33
Http(HttpSubCommand),
34
- #[command(subcommand, about = "jwt")]
+ #[command(subcommand, about = "create jwt, verify jwt")]
35
Jwt(JwtSubCommand),
36
}
37
0 commit comments