mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 22:29:06 +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.