1
2
Fork 0

add documentation

Esse commit está contido em:
Simon Vieille 2019-07-19 09:23:42 +02:00
commit fbe7dc12ce
Assinado por: deblan
ID da chave GPG: 03383D15A1D31745
1 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

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