Skip to content

Commit

Permalink
Merge pull request #5419 from dlsmith/fix-help
Browse files Browse the repository at this point in the history
Fix `roc help`
  • Loading branch information
Anton-4 committed May 17, 2023
2 parents 481fc2b + cf94eae commit 3ab37c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bumpalo = { version = "3.12.0", features = ["collections"] }
bytemuck = { version = "1.13.1", features = ["derive"] }
capstone = { version = "0.11.0", default-features = false }
cgmath = "0.18.0"
clap = { version = "4.2.7", default-features = false, features = ["std", "color", "suggestions"] }
clap = { version = "4.2.7", default-features = false, features = ["std", "color", "suggestions", "help", "usage", "error-context"] }
colored = "2.0.0"
confy = { git = 'https://github.com/rust-cli/confy', features = ["yaml_conf"], default-features = false }
console_error_panic_hook = "0.1.7"
Expand Down

0 comments on commit 3ab37c3

Please sign in to comment.