mirror of
https://github.com/OPSnet/Logchecker.git
synced 2026-01-16 18:04:27 -05:00
add analyse alias for analyze command
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user