feat(!783): Add --once shortcut flag to issue command

This commit is contained in:
Ginger
2026-01-06 13:15:50 -05:00
parent adc7c5ac49
commit d865dd4454
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -44,4 +44,8 @@ pub struct TokenExpires {
/// This token will never expire.
#[arg(long)]
immortal: bool,
/// A shortcut for `--max-uses 1`.
#[arg(long)]
once: bool,
}