Add simple stdin input command (#754)

* Add simple stdin input command

* Add binary input

* Tweak binary view
This commit is contained in:
JT
2022-01-15 23:28:28 -05:00
committed by GitHub
parent b78924c777
commit fa5aab8170
4 changed files with 131 additions and 5 deletions

View File

@ -166,6 +166,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
AnsiGradient,
AnsiStrip,
Clear,
Input,
Kill,
Sleep,
};