From 57a9f69fca3f9200799e04e7750577632df55a51 Mon Sep 17 00:00:00 2001 From: itismadness Date: Wed, 15 Apr 2020 05:58:04 -0800 Subject: [PATCH] add analyse alias for analyze command --- src/Command/AnalyzeCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Command/AnalyzeCommand.php b/src/Command/AnalyzeCommand.php index d0d0619..7b2285c 100644 --- a/src/Command/AnalyzeCommand.php +++ b/src/Command/AnalyzeCommand.php @@ -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')