nushell/crates
Yehuda Katz 24bad78607 Clean up expansion of external words
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.
2019-12-02 16:34:33 -08:00
..
nu-build Extract build.rs 2019-12-02 13:14:51 -08:00
nu-errors Extract build.rs 2019-12-02 13:14:51 -08:00
nu-parser Clean up expansion of external words 2019-12-02 16:34:33 -08:00
nu-protocol Extract build.rs 2019-12-02 13:14:51 -08:00
nu-source Extract build.rs 2019-12-02 13:14:51 -08:00
nu-textview Extract build.rs 2019-12-02 13:14:51 -08:00