Skip to content

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

Closed
@kodie

Description

@kodie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions