forked from extern/nushell
new glob
command (#5087)
This commit is contained in:
@ -193,6 +193,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Rm,
|
||||
Save,
|
||||
Touch,
|
||||
Glob,
|
||||
};
|
||||
|
||||
// Platform
|
||||
|
Reference in New Issue
Block a user