Skip to content

Commit e47f1a5

Browse files
committed
fix: Show Framework Logo
1 parent aea1d99 commit e47f1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebFiori/Framework/Cli/Commands/WHelpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class WHelpCommand extends HelpCommand {
2020
public function exec() : int {
2121
$argV = $this->getOwner()->getArgsVector();
2222

23-
if (count($argV) == 0) {
23+
if (count(array_diff($argV, ['--ansi'])) == 0) {
2424
$this->printLogo();
2525
}
2626
$formattingOptions = [

0 commit comments

Comments
 (0)