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
There are times when user wants to create an app which:
Don't have interactive mode
Has only one command
Currently you're forced to have something like myapp mycommand --option xxx. It'd be convenient to be able to have an app which works as myapp --option xxx.