From af2073b3afab1227bfe24ce741b3fb131f775b07 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 15 Sep 2019 14:50:52 +0200 Subject: [PATCH] remove old --experimental flag --- wo/cli/plugins/site.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/wo/cli/plugins/site.py b/wo/cli/plugins/site.py index 7846d55..2a767b7 100644 --- a/wo/cli/plugins/site.py +++ b/wo/cli/plugins/site.py @@ -382,9 +382,6 @@ class WOSiteCreateController(CementBaseController): (['--vhostonly'], dict(help="only create vhost and database " "without installing WordPress", action='store_true')), - (['--experimental'], - dict(help="Enable Experimental packages without prompt", - action='store_true')), ] @expose(hide=True)