adding --php72
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user