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 de82f29 commit 95a358bCopy full SHA for 95a358b
src/Command/BuildDocsCommand.php
@@ -80,22 +80,22 @@ protected function configure()
80
'Path where any errors should be saved'
81
)
82
->addOption(
83
- 'no-theme',
+ 'print-errors',
84
null,
85
InputOption::VALUE_NONE,
86
- 'Use the default theme instead of the styled one'
+ 'Print errors to standard output'
87
88
89
- 'fail-on-errors',
+ 'no-theme',
90
91
92
- 'Return a non-zero code if there are errors/warnings'
+ 'Use the default theme instead of the styled one'
93
94
95
- 'print-errors',
+ 'fail-on-errors',
96
97
98
- 'Print errors to standard output'
+ 'Return a non-zero code if there are errors/warnings'
99
100
;
101
}
0 commit comments