add strings/size command

This commit is contained in:
xiuxiu62
2021-10-12 14:55:29 -07:00
parent 94d00b28b7
commit 2b99e49792
3 changed files with 126 additions and 0 deletions

View File

@ -57,6 +57,7 @@ pub fn create_default_context() -> Rc<RefCell<EngineState>> {
Ps,
Rm,
Select,
Size,
Split,
SplitChars,
SplitColumn,