forked from extern/nushell
Create random binary
command (#13542)
# Description/User-Facing Changes Creates a new `random binary <LENGTH>` command, which returns random bytes. Resolve #13500
This commit is contained in:
@ -397,6 +397,7 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
|
||||
RandomFloat,
|
||||
RandomInt,
|
||||
RandomUuid,
|
||||
RandomBinary
|
||||
};
|
||||
|
||||
// Generators
|
||||
|
Reference in New Issue
Block a user