forked from extern/nushell
Add some bytes relative cmd (#5967)
* add reverse, ends_with command * add bytes replace, make little refactor * add bytes add
This commit is contained in:
@ -211,7 +211,11 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
bind_command! {
|
||||
Bytes,
|
||||
BytesLen,
|
||||
BytesStartsWith
|
||||
BytesStartsWith,
|
||||
BytesEndsWith,
|
||||
BytesReverse,
|
||||
BytesReplace,
|
||||
BytesAdd
|
||||
}
|
||||
|
||||
// FileSystem
|
||||
|
Reference in New Issue
Block a user