소스 검색

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


불러오는 중...
취소
저장