mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 13:28:51 +00:00
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. |
||
|---|---|---|
| .. | ||
| commands | ||
| hir | ||
| parse | ||
| commands.rs | ||
| hir.rs | ||
| lib.rs | ||
| macros.rs | ||
| parse.rs | ||
| parse_command.rs | ||