forked from extern/nushell
Add export alias
and export extern
(#4878)
* export alias * export extern
This commit is contained in:
@ -34,10 +34,12 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Du,
|
||||
Echo,
|
||||
ErrorMake,
|
||||
ExportAlias,
|
||||
ExportCommand,
|
||||
ExportDef,
|
||||
ExportDefEnv,
|
||||
ExportEnv,
|
||||
ExportExtern,
|
||||
Extern,
|
||||
For,
|
||||
Help,
|
||||
|
Reference in New Issue
Block a user