forked from extern/nushell
add more bytes cmd (#5989)
This commit is contained in:
@ -215,7 +215,9 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
BytesEndsWith,
|
||||
BytesReverse,
|
||||
BytesReplace,
|
||||
BytesAdd
|
||||
BytesAdd,
|
||||
BytesAt,
|
||||
BytesIndexOf,
|
||||
}
|
||||
|
||||
// FileSystem
|
||||
|
Reference in New Issue
Block a user