mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 00:29:46 +02:00
Allow switch flags anywhere in the pipeline. (#1375)
This commit is contained in:
committed by
GitHub
parent
0b2be52bb5
commit
24094acee9
@@ -81,7 +81,7 @@ fn removes_deeply_nested_directories_with_wildcard_and_recursive_flag() {
|
||||
|
||||
nu!(
|
||||
cwd: dirs.test(),
|
||||
"rm src/* --recursive"
|
||||
"rm --recursive src/*"
|
||||
);
|
||||
|
||||
assert!(!files_exist_at(
|
||||
|
Reference in New Issue
Block a user