updating description for param

This commit is contained in:
Damodar Lohani
2021-05-14 11:43:45 +05:45
committed by GitHub
parent d198977e5d
commit bb39d90da6
+1 -1
View File
@@ -15,7 +15,7 @@ $cli
->desc('Install Appwrite')
->param('httpPort', '', new Text(4), 'Server HTTP port', true)
->param('httpsPort', '', new Text(4), 'Server HTTPS port', true)
->param('interactive','Y', new Text(1), 'A secure encryption key, make sure to make a backup of your key in a secure location')
->param('interactive','Y', new Text(1), 'Run a interactive session', true)
->action(function ($httpPort, $httpsPort, $interactive) {
/**
* 1. Start - DONE