nushell/crates/nu-parser/src
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
..
commands Refactor classified.rs into separate modules. 2019-12-02 11:02:57 -08:00
hir Clean up expansion of external words 2019-12-02 16:34:33 -08:00
parse Try to re-apply #1039 2019-12-02 11:02:58 -08:00
commands.rs
hir.rs
lib.rs
parse.rs
parse_command.rs