We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea1d99 commit e47f1a5Copy full SHA for e47f1a5
WebFiori/Framework/Cli/Commands/WHelpCommand.php
@@ -20,7 +20,7 @@ class WHelpCommand extends HelpCommand {
20
public function exec() : int {
21
$argV = $this->getOwner()->getArgsVector();
22
23
- if (count($argV) == 0) {
+ if (count(array_diff($argV, ['--ansi'])) == 0) {
24
$this->printLogo();
25
}
26
$formattingOptions = [
0 commit comments