File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ public function configure()
1313 $ this ->setName ('shell:alias:list ' );
1414 $ this ->setDescription ('List all the registered aliases ' );
1515 $ this ->setHelp (<<<EOT
16+ List the aliases as defined in <info>~/.phpcrsh/aliases.yml</info>.
1617EOT
1718 );
1819 }
Original file line number Diff line number Diff line change 22aliases : shell:alias:list
33
44# MySQL commands
5- use : workspace:use
5+ use : workspace:use {arg1}
66workspaces : workspace:list
77
88# Filesystem commands
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ public function handleAlias(CommandPreRunEvent $event)
7171 }
7272
7373 $ command = trim ($ command );
74- error_log ($ command );
7574
7675 $ newInput = new StringInput ($ command );
7776 $ event ->setInput ($ newInput );
You can’t perform that action at this time.
0 commit comments