]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/helpers/arguments.py
Fix prop set command
[waydroid.git] / tools / helpers / arguments.py
index 85b9045f0eda3d08f4b0832850345db50a82973e..5f1893e384e139f2d0d292c0c173c5a6671d0d42 100644 (file)
@@ -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):