File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010namespace Inhere \Console \Decorate ;
1111
12- use Inhere \Console \Handler \AbstractHandler ;
1312use Inhere \Console \Console ;
1413use Inhere \Console \ConsoleEvent ;
1514use Inhere \Console \Contract \CommandInterface ;
15+ use Inhere \Console \Handler \AbstractHandler ;
1616use Inhere \Console \IO \Input ;
1717use Inhere \Console \IO \Output ;
1818use Inhere \Console \Util \Show ;
@@ -208,10 +208,10 @@ public function showCommandList(): void
208208 }
209209
210210 // add split title on both exists.
211- if (!$ autoComp && $ hasCommand && $ hasGroup ) {
212- $ groupArr [] = PHP_EOL . '- <bold>Group Commands</bold> ' ;
213- $ commandArr [] = PHP_EOL . '- <bold>Alone Commands</bold> ' ;
214- }
211+ // if (!$autoComp && $hasCommand && $hasGroup) {
212+ // $groupArr[] = PHP_EOL . '- <bold>Group Commands</bold>';
213+ // $commandArr[] = PHP_EOL . '- <bold>Alone Commands</bold>';
214+ // }
215215
216216 $ placeholder = 'No description of the command ' ;
217217 foreach ($ groups as $ name => $ info ) {
You can’t perform that action at this time.
0 commit comments