MichelMunoz
MichelMunoz
### Describe the bug In nushell there seem to be two types of regular expressions, the globs for files ops, and "regular expression" for string operations ; the later are...
### Describe the bug while exploring negation in nushell, I encountered a probable bug. ### How to reproduce ``` > '/home/joe/test.txt' | str ends-with '.txt' true > '/home/joe/test.txt' | not...
### Describe the bug see https://github.com/nushell/nushell/issues/6577#issuecomment-1250241095 for current state **_Old stuff_** ls, rm... have a, inconsistent behavior depending on how the file path is provided, event though is strictly equivalent...
### Describe the bug **Edit**: _See the comment further down https://github.com/nushell/nushell/issues/6465#issuecomment-1236899460 for the issue with current version and quote / paths vs nu command._ ---- **Old description**: Despite #2095, in...
### Describe the bug Some commands have option with arguments where the argument value is not separated by a space, ex. the "-o" : `7z x ($env.SOME_ARCHIVE_PATH) -o($env.DEPLOY_DIR)` In that...