Skip to content

Commit 27327a5

Browse files
Chi-teckfabpot
authored andcommitted
[Console] Add constants for main exit codes
1 parent 27ecd12 commit 27327a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Command/Command.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
*/
3030
class Command
3131
{
32+
public const SUCCESS = 0;
33+
public const FAILURE = 1;
34+
3235
/**
3336
* @var string|null The default command name
3437
*/

0 commit comments

Comments
 (0)