X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/bf567ae4e575924983f12353a414d4ce19fe5fa2..791d9709918a6ebf0945b0aa1eca18031c95baf7:/tools/helpers/arguments.py?ds=inline diff --git a/tools/helpers/arguments.py b/tools/helpers/arguments.py index 1879c76..a7aa919 100644 --- a/tools/helpers/arguments.py +++ b/tools/helpers/arguments.py @@ -66,6 +66,7 @@ def arguments_container(subparser): sub = ret.add_subparsers(title="subaction", dest="subaction") sub.add_parser("start", help="start container") sub.add_parser("stop", help="start container") + sub.add_parser("restart", help="restart container") sub.add_parser("freeze", help="freeze container") sub.add_parser("unfreeze", help="unfreeze container") return ret