We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1753706 commit 1311472Copy full SHA for 1311472
1 file changed
src/Shell/ConfigReadShell.php
@@ -96,7 +96,7 @@ public function startup() {
96
97
if (empty($this->args)) {
98
$this->_displayHelp('');
99
- $this->error(__('No Configure keys provided.'));
+ $this->abort(__('No Configure keys provided.'));
100
}
101
102
// All other output should not be processed by the Shell.
0 commit comments