Skip to content
andychu edited this page Apr 24, 2021 · 15 revisions

Back to Interactive Shell

Tips

  • Use run --push-status myfunc to avoid clobbering $?.
    • Note that run also runs the function with errexit on, which is probably what you want.
    • TODO: should be provide a way to load a function ahead of time? Like --rcfile but doesn't replace the user's oshrc ?

Resources

TODO

  • More docs on how to implement a headless client. Join #shell-gui on Zulip for discussion!
Clone this wiki locally