forked from extern/nushell
Add support for 'open' (#573)
This commit is contained in:
@ -149,6 +149,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Ls,
|
||||
Mkdir,
|
||||
Mv,
|
||||
Open,
|
||||
Rm,
|
||||
Touch,
|
||||
};
|
||||
|
Reference in New Issue
Block a user