Skip to content

Commit

Permalink
Added ignoreHelp on aws command to not catch -h option
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasniekis committed Feb 3, 2021
1 parent d37181b commit 24a9803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Command/AWSCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ protected function configure(): void
$this
->setName('aws:cli')
->setAliases(['aws'])
->setDescription('The AWS Command Line Interface is a unified tool to manage your AWS services.');
->setDescription('The AWS Command Line Interface is a unified tool to manage your AWS services.')
->ignoreHelp();
}

public function getProcess(
Expand Down

0 comments on commit 24a9803

Please sign in to comment.