forked from extern/nushell
Merge branch 'main' of https://github.com/nushell/engine-q into plugins
This commit is contained in:
@ -42,6 +42,7 @@ pub fn create_default_context() -> EngineState {
|
||||
External,
|
||||
First,
|
||||
For,
|
||||
Format,
|
||||
From,
|
||||
FromJson,
|
||||
Get,
|
||||
@ -53,6 +54,7 @@ pub fn create_default_context() -> EngineState {
|
||||
IntoBinary,
|
||||
IntoFilesize,
|
||||
IntoInt,
|
||||
IntoString,
|
||||
Last,
|
||||
Length,
|
||||
Let,
|
||||
@ -62,8 +64,12 @@ pub fn create_default_context() -> EngineState {
|
||||
Math,
|
||||
MathAbs,
|
||||
MathAvg,
|
||||
MathCeil,
|
||||
MathFloor,
|
||||
MathMax,
|
||||
MathMedian,
|
||||
MathMin,
|
||||
MathMode,
|
||||
MathProduct,
|
||||
MathRound,
|
||||
MathSqrt,
|
||||
@ -88,6 +94,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Touch,
|
||||
Use,
|
||||
Where,
|
||||
WithEnv,
|
||||
Wrap,
|
||||
Zip
|
||||
);
|
||||
|
Reference in New Issue
Block a user