Skip to content

Commit

Permalink
Fix rig available
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jul 18, 2023
1 parent 13dbb2d commit 7936638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,13 @@ pub fn rig_app() -> Command {
cmd_available = cmd_available.arg(
Arg::new("json")
.help("JSON output")
.num_args(0)
.long("json")
.required(false)
)
.arg(
Arg::new("all")
.num_args(0)
.help("List all available versions.")
.long("all")
.required(false),
Expand Down

0 comments on commit 7936638

Please sign in to comment.