Skip to content

Commit

Permalink
Display help when no args submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jun 12, 2024
1 parent 7954ad3 commit bc846dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-cli/src/commands/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fn default_out_path() -> PathBuf {

#[derive(Parser, Debug, Clone)]
#[group(skip)]
#[command(arg_required_else_help = true)]
pub struct Cmd {
/// The ledger sequence number to snapshot. Defaults to latest history archived ledger.
#[arg(long)]
Expand Down

0 comments on commit bc846dd

Please sign in to comment.