We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fed41c commit e9a3005Copy full SHA for e9a3005
src/UICommand.php
@@ -17,6 +17,7 @@ class UICommand extends Command
17
protected function configure()
18
{
19
$this
20
+ ->setAliases(['gui'])
21
->setHelp('Open up the Leaf CLI GUI')
22
->setDescription('Start the Leaf CLI GUI process')
23
->addOption('port', 'p', InputOption::VALUE_OPTIONAL, 'Port to run app on', 3001);
0 commit comments