mirror of
https://github.com/nushell/nushell
synced 2024-12-25 12:33:17 +00:00
24bad78607
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. |
||
---|---|---|
.. | ||
nu-build | ||
nu-errors | ||
nu-parser | ||
nu-protocol | ||
nu-source | ||
nu-textview |