Skip to content

Commit bee31b3

Browse files
committed
Add reference link
1 parent a620674 commit bee31b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Command/Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*/
3030
class Command
3131
{
32+
// see https://tldp.org/LDP/abs/html/exitcodes.html
3233
public const SUCCESS = 0;
3334
public const FAILURE = 1;
3435

0 commit comments

Comments
 (0)