add bytes root command (#5956)

* add bytes root command

* fixed type-o
This commit is contained in:
Darren Schroeder
2022-07-05 23:46:56 -05:00
committed by GitHub
parent de162c9aea
commit 1ac87715ff
3 changed files with 53 additions and 0 deletions

View File

@ -209,6 +209,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
// Bytes
bind_command! {
Bytes,
BytesLen,
BytesStartsWith
}