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 a620674 commit bee31b3Copy full SHA for bee31b3
Command/Command.php
@@ -29,6 +29,7 @@
29
*/
30
class Command
31
{
32
+ // see https://tldp.org/LDP/abs/html/exitcodes.html
33
public const SUCCESS = 0;
34
public const FAILURE = 1;
35
0 commit comments