forked from extern/nushell
@ -25,7 +25,6 @@ pub fn create_default_context() -> EngineState {
|
||||
Alias,
|
||||
Benchmark,
|
||||
BuildString,
|
||||
CamelCase,
|
||||
Cd,
|
||||
Collect,
|
||||
Cp,
|
||||
@ -49,7 +48,6 @@ pub fn create_default_context() -> EngineState {
|
||||
FromJson,
|
||||
Get,
|
||||
Griddle,
|
||||
KebabCase,
|
||||
Help,
|
||||
Hide,
|
||||
If,
|
||||
@ -83,7 +81,6 @@ pub fn create_default_context() -> EngineState {
|
||||
Mkdir,
|
||||
Module,
|
||||
Mv,
|
||||
PascalCase,
|
||||
ParEach,
|
||||
Ps,
|
||||
Range,
|
||||
@ -92,12 +89,17 @@ pub fn create_default_context() -> EngineState {
|
||||
Select,
|
||||
Shuffle,
|
||||
Size,
|
||||
ScreamingSnakeCase,
|
||||
SnakeCase,
|
||||
Split,
|
||||
SplitChars,
|
||||
SplitColumn,
|
||||
SplitRow,
|
||||
Str,
|
||||
StrCamelCase,
|
||||
StrCollect,
|
||||
StrKebabCase,
|
||||
StrPascalCase,
|
||||
StrScreamingSnakeCase,
|
||||
StrSnakeCase,
|
||||
Sys,
|
||||
Table,
|
||||
To,
|
||||
|
Reference in New Issue
Block a user