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
{{ message }}
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
I would like to be able to run a class based cocona app like this from within another program, not just call the command line from a different program, specifically I wanted to have a blazor wasm web app, that I will create my own terminal in the web page for the user to enter input into, then I can just pass the string the user inputs in my psuedo terminal and pass it to my cocona app programmatically within the wasm app, so I need to be bale to pass the string and presumably a delegate for the app to write output to my web ui.