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
pelix.shell.console is the script executed by most of Pelix/iPOPO users to quickly test their bundles/
Therefore it should accept some arguments to ease those tests.
Here are some ideas:
--version: prints the version of Pelix and its installation folder, then quits returning 0;
--init <script>: runs the given script file (in fact, calls run <file>) before accepting shell input;
--run <script>: runs the given script file then exits;
The text was updated successfully, but these errors were encountered:
tcalmant
changed the title
Support arguments in pelix.shell.console
Support arguments in pelix.shell.console
Sep 17, 2015
pelix.shell.console
is the script executed by most of Pelix/iPOPO users to quickly test their bundles/Therefore it should accept some arguments to ease those tests.
Here are some ideas:
--version
: prints the version of Pelix and its installation folder, then quits returning 0;--init <script>
: runs the given script file (in fact, callsrun <file>
) before accepting shell input;--run <script>
: runs the given script file then exits;The text was updated successfully, but these errors were encountered: