Skip to content

Commit

Permalink
Colored table in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixApp committed Feb 26, 2020
1 parent 614d885 commit 0902385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/CLI/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ public static function table(array $tbody, array $thead = [])
}
}

fwrite(STDOUT, $table);
static::write($table);
}

//--------------------------------------------------------------------
Expand Down

0 comments on commit 0902385

Please sign in to comment.