forked from extern/nushell
Added math and min commands
typo Added op span
This commit is contained in:
@ -51,6 +51,8 @@ pub fn create_default_context() -> EngineState {
|
||||
Math,
|
||||
MathAbs,
|
||||
MathAvg,
|
||||
MathMax,
|
||||
MathMin,
|
||||
Mkdir,
|
||||
Module,
|
||||
Mv,
|
||||
|
Reference in New Issue
Block a user