nushell/crates/nu-parser
rabisg0 d1fcce0cd3
Fixes #1427: Prints help message with -h switch (#1454)
For some commands like `which` -h flag would trigger an error asking for
missing required parameters instead of printing the help message as it
does with --help. This commit adds a check in the command parser to
avoid that.
2020-03-11 05:59:50 +13:00
..
src Fixes #1427: Prints help message with -h switch (#1454) 2020-03-11 05:59:50 +13:00
build.rs Extract build.rs 2019-12-02 13:14:51 -08:00
Cargo.toml Bump version to 0.10.0 (#1403) 2020-02-18 16:56:09 +13:00