nushell/src/evaluate
Yehuda Katz b15bb2c667 Added glob patterns to the syntax shapes
Bare words now represent literal file names, and globs are a different
syntax shape called "Pattern". This allows commands like `cp` to ask for
a pattern as a source and a literal file as a target.

This also means that attempting to pass a glob to a command that expects
a literal path will produce an error.
2019-09-10 09:00:50 -07:00
..
evaluator.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
mod.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00