feat(cli): remove uneeded args

This commit is contained in:
thesimplekid
2024-06-24 09:52:10 +01:00
parent 6d8c10440e
commit 732bed929e
4 changed files with 3 additions and 9 deletions

View File

@@ -6,7 +6,6 @@ use clap::Args;
#[derive(Args)]
pub struct MintInfoSubcommand {
/// Cashu Token
#[arg(short, long)]
mint_url: UncheckedUrl,
}