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

Add support for custom help screens #113

Merged
merged 8 commits into from
Nov 26, 2024

Conversation

kodie
Copy link
Contributor

@kodie kodie commented Nov 26, 2024

This allows us to set a custom help screen for either Applications or Commands.

$app = new \Ahc\Cli\Application('Test App', '0.0.1');
$app->help('My application\'s custom help screen');

$cmd = $app->command('cmd');
$cmd->help('My command\'s custom help screen');

@adhocore adhocore merged commit fd794a7 into adhocore:main Nov 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants