Skip to content

Add support for custom help screens#113

Merged
adhocore merged 8 commits intoadhocore:mainfrom
kodie:kodie/add-custom-help-screens
Nov 26, 2024
Merged

Add support for custom help screens#113
adhocore merged 8 commits intoadhocore:mainfrom
kodie:kodie/add-custom-help-screens

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
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