X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/65df4922950433b7769224cf843fe2003f0a3d11..8a9fdcac1ccddf56147f9cc34f42514b2384a5bd:/tools/helpers/arguments.py?ds=sidebyside diff --git a/tools/helpers/arguments.py b/tools/helpers/arguments.py index 9243eb7..f686032 100644 --- a/tools/helpers/arguments.py +++ b/tools/helpers/arguments.py @@ -129,6 +129,8 @@ def arguments(): " logfiles (this may reduce performance)") parser.add_argument("-q", "--quiet", dest="quiet", action="store_true", help="do not output any log messages") + parser.add_argument("-w", "--wait", dest="wait_for_init", action="store_true", + help="wait for init before running") # Actions sub = parser.add_subparsers(title="action", dest="action")