You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be pretty neat to be able to pass a rhai program to humility that was able to run commands, inspect their output, make decisions, cause the humility process to exit with a non-zero status code, etc. I suspect we could use that in manufacturing for things that we, today, perform with bash scripts that chain multiple humility invocations, etc. It could also be useful in a future series of automated dump classifiers.
It would be useful if the repl could be used in scripting and/or provided scripting.
-j
flag for JSON or other parser friendly output format.This should work but doesn't because
reedline
forces input to come from /dev/tty and not stdin.The text was updated successfully, but these errors were encountered: