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
I can't use airline to build a personal interactive command line, can I?
Classic example of such:
php -a;
python;
mysql;
Then you type all the commands within and it works.
I know it doesn't make sense for all the applications which provide an interactive terminal, but it would be very convenient for the ones that just want to be a subset of what terminal commands are...
Edit: less than 1 minute later after writing this post, i re-read the README and i believe this is actually possible. :) (and -_- on me)
Will confirm soon.
The text was updated successfully, but these errors were encountered:
i must provide a name for the cli builder. for an interactive shell, i need none.
i can't really benefit of the help module/command provided by airline because it would automatically print out the 'usage' which i don't need in my case.
And I also just found out that the scope of all my command classes must be public which sucks for an annotation framework i think (note: minor inconvenience, still many thanks for the framework :) )
I can't use airline to build a personal interactive command line, can I?
Classic example of such:
php -a;
python;
mysql;
Then you type all the commands within and it works.
I know it doesn't make sense for all the applications which provide an interactive terminal, but it would be very convenient for the ones that just want to be a subset of what terminal commands are...
Edit: less than 1 minute later after writing this post, i re-read the README and i believe this is actually possible. :) (and -_- on me)
Will confirm soon.
The text was updated successfully, but these errors were encountered: