Skip to content

Commit

Permalink
Adds new helper info about the new example 'profile' CLI option.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Feb 28, 2016
1 parent 648ec52 commit 9cb01ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/Commands/HelpHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ public function handle()
$this->writeln(' help - This information screen');
$this->writeln(' test - A silly test example');
$this->writeln(' flags - Example using options.');
$this->writeln(' profile - Example of required --name and --age options.');
$this->writeln(' check:name - User input example');

$this->writeln();
$this->exitWithSuccess();
}
Expand Down

0 comments on commit 9cb01ac

Please sign in to comment.