forked from extern/nushell
Add unary not (#5111)
This commit is contained in:
@ -111,6 +111,7 @@ impl Command for Glob {
|
||||
}
|
||||
};
|
||||
|
||||
#[allow(clippy::needless_collect)]
|
||||
let glob_results: Vec<Value> = glob
|
||||
.walk(path, folder_depth)
|
||||
.flatten()
|
||||
|
Reference in New Issue
Block a user