Skip to content

Commit 95a358b

Browse files
committed
Move around the options
1 parent de82f29 commit 95a358b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Command/BuildDocsCommand.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,22 @@ protected function configure()
8080
'Path where any errors should be saved'
8181
)
8282
->addOption(
83-
'no-theme',
83+
'print-errors',
8484
null,
8585
InputOption::VALUE_NONE,
86-
'Use the default theme instead of the styled one'
86+
'Print errors to standard output'
8787
)
8888
->addOption(
89-
'fail-on-errors',
89+
'no-theme',
9090
null,
9191
InputOption::VALUE_NONE,
92-
'Return a non-zero code if there are errors/warnings'
92+
'Use the default theme instead of the styled one'
9393
)
9494
->addOption(
95-
'print-errors',
95+
'fail-on-errors',
9696
null,
9797
InputOption::VALUE_NONE,
98-
'Print errors to standard output'
98+
'Return a non-zero code if there are errors/warnings'
9999
)
100100
;
101101
}

0 commit comments

Comments
 (0)