mirror of
https://github.com/nushell/nushell.git
synced 2025-05-05 10:34:27 +02:00
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. |
||
---|---|---|
.. | ||
hir | ||
parse | ||
deserializer.rs | ||
hir.rs | ||
parse_command.rs | ||
parse.rs | ||
registry.rs |