forked from extern/nushell
add random commands (#366)
* feat: add random command * feat: add bool sub-command
This commit is contained in:
@ -114,6 +114,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Parse,
|
||||
Ps,
|
||||
Range,
|
||||
Random,
|
||||
Reverse,
|
||||
Rm,
|
||||
Select,
|
||||
|
Reference in New Issue
Block a user