X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/c90b59266a3bd21c637c9123aeaadd7b955cce80..094a4d970ccefa2e6409c8147c1edbdaaa74df0f:/tools/helpers/arguments.py diff --git a/tools/helpers/arguments.py b/tools/helpers/arguments.py index 85b9045..5f1893e 100644 --- a/tools/helpers/arguments.py +++ b/tools/helpers/arguments.py @@ -110,7 +110,7 @@ def arguments_firstLaunch(subparser): def arguments_shell(subparser): ret = subparser.add_parser("shell", help="run remote shell command") - ret.add_argument('COMMAND', nargs='?', help="command to run") + ret.add_argument('COMMAND', nargs='*', help="command to run") return ret def arguments_logcat(subparser):