forked from extern/nushell
add bytes len (#5945)
This commit is contained in:
@ -207,6 +207,11 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
StrUpcase
|
||||
};
|
||||
|
||||
// Bytes
|
||||
bind_command! {
|
||||
BytesLen
|
||||
}
|
||||
|
||||
// FileSystem
|
||||
bind_command! {
|
||||
Cd,
|
||||
|
Reference in New Issue
Block a user