Added startDate and endDate params to ListShortUrlsCommand

This commit is contained in:
Alejandro Celaya
2019-12-17 09:59:54 +01:00
parent 8142801f1f
commit 5616579131
6 changed files with 215 additions and 58 deletions

View File

@@ -36,7 +36,7 @@ class GenerateKeyCommand extends Command
->addOption(
'expirationDate',
'e',
InputOption::VALUE_OPTIONAL,
InputOption::VALUE_REQUIRED,
'The date in which the API key should expire. Use any valid PHP format.'
);
}