add documentation

Cette révision appartient à :
Simon Vieille 2019-07-19 09:23:42 +02:00
Parent 3165f2664c
révision fbe7dc12ce
Signé par: deblan
ID de la clé GPG: 03383D15A1D31745
1 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -48,9 +48,9 @@ class CheckCommand extends BaseCommand
->addArgument('domains', InputArgument::IS_ARRAY | InputArgument::REQUIRED, 'List of domains')
->addOption('short', 's', InputOption::VALUE_NONE, 'Simplify the table output')
->addOption('no-headers', null, InputOption::VALUE_NONE, 'Remove the table headers')
->addOption('wait', 'w', InputOption::VALUE_REQUIRED, 'Wait between each whois')
->addOption('wait', 'w', InputOption::VALUE_REQUIRED, 'Wait between each whois (in second, default: 0)')
->addOption('json', 'j', InputOption::VALUE_NONE, 'Select json as output')
->addOption('table', 't', InputOption::VALUE_NONE, 'Select table as output')
->addOption('table', 't', InputOption::VALUE_NONE, 'Select table as output (default)')
->setHelp(<<<'EOF'
The <info>%command.name%</info> retrieves the expiration dates of the given domains.