Skip to content

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