nushell/crates/nu-parser/src
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
..
commands External it and nu variable column path fetch support. (#1379) 2020-02-11 18:25:56 -05:00
hir Fixes #1427: Prints help message with -h switch (#1454) 2020-03-11 05:59:50 +13:00
parse Remove unused parsing logic. (#1473) 2020-03-10 04:31:42 -05:00
commands.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
hir.rs Fixes #1427: Prints help message with -h switch (#1454) 2020-03-11 05:59:50 +13:00
lib.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
macros.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
parse_command.rs Fixes #1427: Prints help message with -h switch (#1454) 2020-03-11 05:59:50 +13:00
parse.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00