nushell/crates/nu-parser
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
..
src Clean up expansion of external words 2019-12-02 16:34:33 -08:00
build.rs Extract build.rs 2019-12-02 13:14:51 -08:00
Cargo.toml Clean up expansion of external words 2019-12-02 16:34:33 -08:00