Skip to content

Commit e9a3005

Browse files
committed
feat: add gui alias
1 parent 8fed41c commit e9a3005

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UICommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class UICommand extends Command
1717
protected function configure()
1818
{
1919
$this
20+
->setAliases(['gui'])
2021
->setHelp('Open up the Leaf CLI GUI')
2122
->setDescription('Start the Leaf CLI GUI process')
2223
->addOption('port', 'p', InputOption::VALUE_OPTIONAL, 'Port to run app on', 3001);

0 commit comments

Comments
 (0)