mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
updating description for param
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user