add analyse alias for analyze command

This commit is contained in:
itismadness
2020-04-15 05:58:04 -08:00
parent 9c9bf172f2
commit 57a9f69fca

View File

@@ -15,6 +15,7 @@ class AnalyzeCommand extends Command
{
$this
->setName('analyze')
->setAliases(['analyse'])
->setDescription('analyze log file')
->setHelp('This command analyzes a log file')
->addOption('output', null, InputOption::VALUE_NONE, 'Print the HTML log text')