mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 13:59:17 +00:00
Previously, external words accidentally used ExpansionRule::new().allow_external_command(), when it should have been ExpansionRule::new().allow_external_word(). External words are the broadest category in the parser, and are the appropriate category for external arguments. This was just a mistake. |
||
|---|---|---|
| .. | ||
| commands | ||
| hir | ||
| parse | ||
| commands.rs | ||
| hir.rs | ||
| lib.rs | ||
| parse.rs | ||
| parse_command.rs | ||