forked from extern/nushell
add bytes starts-with command (#5950)
* refactor operate, make it generic * refactor operate, add starts with command * add comment * remove useless file
This commit is contained in:
@ -209,7 +209,8 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
|
||||
// Bytes
|
||||
bind_command! {
|
||||
BytesLen
|
||||
BytesLen,
|
||||
BytesStartsWith
|
||||
}
|
||||
|
||||
// FileSystem
|
||||
|
Reference in New Issue
Block a user