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')