瀏覽代碼

add analyse alias for analyze command

tags/0.9.0
itismadness 4 年之前
父節點
當前提交
57a9f69fca
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/Command/AnalyzeCommand.php

+ 1
- 0
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')


Loading…
取消
儲存