Sfoglia il codice sorgente

add analyse alias for analyze command

tags/0.9.0
itismadness 4 anni fa
parent
commit
57a9f69fca
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/Command/AnalyzeCommand.php

+ 1
- 0
src/Command/AnalyzeCommand.php Vedi 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')


Caricamento…
Annulla
Salva