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 6b7459f commit 67fd4d1Copy full SHA for 67fd4d1
README.md
@@ -186,7 +186,7 @@ class InitCommand extends Ahc\Cli\Input\Command
186
// $0 will be interpolated to actual command name
187
'<bold> $0</end> <comment>-a applet -b ballon <arggg> [arg2]</end> ## details 2<eol/>'
188
)
189
- ->logo('Ascii art logo of your command');;
+ ->logo('Ascii art logo of your command');
190
}
191
192
// This method is auto called before `self::execute()` and receives `Interactor $io` instance
0 commit comments