-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to be able to run interactive commands. #15
Comments
You have a couple of options here with Storybook:
Note the |
Yeah, I could do that. But this just an example of a general problem. There are many other reasons to want to be able to drop into interactive mode. |
Working on this in #4! |
Another use case for this is to have a Tinker tab opened to test simple commands directly from within it. Actually, if i try to add a Tinker tab, it dies poorly 😅 |
Sometimes a command might need some interaction from time to time. E.g. when I'm running Storybook, and the default port for it is occupied, it asks if you want to run it on another port.
Currently I don't see a way to tell Storybook to continue running.
The text was updated successfully, but these errors were encountered: