Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logo command doesn't work if a custom default command is set #115

Closed
kodie opened this issue Nov 26, 2024 · 0 comments · Fixed by #116
Closed

Logo command doesn't work if a custom default command is set #115

kodie opened this issue Nov 26, 2024 · 0 comments · Fixed by #116

Comments

@kodie
Copy link
Contributor

kodie commented Nov 26, 2024

For example:

$app = new \Ahc\Cli\Application('Test App', '0.0.1');
$app->logo('My ASCII Art');
$app->command('cmd');
$app->defaultCommand('cmd');
# will not show the logo currently
./bin/my-app --help

Fixed by #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant