adding --php72

This commit is contained in:
VirtuBox
2019-08-04 14:40:35 +02:00
parent bbe625a9c9
commit 65813a309f
2 changed files with 4 additions and 2 deletions

View File

@@ -309,7 +309,7 @@ class WOSiteCreateController(CementBaseController):
nargs='?')),
(['--html'],
dict(help="create html site", action='store_true')),
(['--php'],
(['--php72', '--php'],
dict(help="create php 7.2 site", action='store_true')),
(['--php73'],
dict(help="create php 7.3 site", action='store_true')),
@@ -800,7 +800,7 @@ class WOSiteUpdateController(CementBaseController):
action='store_true')),
(['--html'],
dict(help="update to html site", action='store_true')),
(['--php'],
(['--php72', '--php'],
dict(help="update to php site", action='store_true')),
(['--php73'],
dict(help="update to php73 site",