contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
83 stars 33 forks source link

Add an AboutCommand return code #818

Closed zoglo closed 1 week ago

zoglo commented 1 week ago

Description

Return Constants

see: https://tldp.org/LDP/abs/html/exitcodes.html

They exist in symfony/console 5.4 and still exist in 7.2

5.4: https://github.com/symfony/console/blob/6473d441a913cb997123b59ff2dbe3d1cf9e11ba/Command/Command.php#L35-L38

7.2: https://github.com/symfony/console/blob/b71a095124de660d598da3031c39e2790f64e28a/Command/Command.php#L37-L40

aschempp commented 1 week ago

Thank you @zoglo