forked from extern/nushell
Merge pull request #266 from luccasmmg/engine-q-math-2
Added math and min commands
This commit is contained in:
@ -53,6 +53,8 @@ pub fn create_default_context() -> EngineState {
|
||||
Math,
|
||||
MathAbs,
|
||||
MathAvg,
|
||||
MathMax,
|
||||
MathMin,
|
||||
Mkdir,
|
||||
Module,
|
||||
Mv,
|
||||
|
Reference in New Issue
Block a user