From 89bfa475a3e60aa079f543691a8e384966f84df1 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 23 Jun 2021 22:50:57 +0200
Subject: [PATCH] Fix --apps parse

---
 openappstack/__main__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openappstack/__main__.py b/openappstack/__main__.py
index 3f570786b..c314fdaab 100755
--- a/openappstack/__main__.py
+++ b/openappstack/__main__.py
@@ -213,7 +213,6 @@ def main():  # pylint: disable=too-many-statements,too-many-branches,too-many-lo
         help=('Run taiko in observe mode'))
     test_parser.add_argument(
         '--apps',
-        action='store_true',
         default='all',
         help=('Which apps to test (i.e. "nextcloud,wordpress". Defaults to'
               '"all".'))
-- 
GitLab