Skip to content

Commit 62d7855

Browse files
committed
Revert adding the --table argument again
1 parent 5c08d39 commit 62d7855

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/DB_Command.php

-12
Original file line numberDiff line numberDiff line change
@@ -430,18 +430,6 @@ public function query( $args, $assoc_args ) {
430430

431431
$assoc_args['database'] = DB_NAME;
432432

433-
if (
434-
! isset( $assoc_args['result-format'] )
435-
&& ! isset( $assoc_args['table'] )
436-
&& ! isset( $assoc_args['tabbed'] )
437-
&& ! isset( $assoc_args['vertical'] )
438-
&& ! isset( $assoc_args['json'] )
439-
&& ! isset( $assoc_args['html'] )
440-
&& ! isset( $assoc_args['silent'] )
441-
) {
442-
$assoc_args['table'] = true;
443-
}
444-
445433
// The query might come from STDIN.
446434
if ( ! empty( $args ) ) {
447435
$assoc_args['execute'] = $args[0];

0 commit comments

Comments
 (0)