X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FCommand.php;h=7664a35867e568f20ea812a7750f88fba0ac0c42;hb=d829063e596c6fffc4c30fb30f6d462ac9ba2928;hp=61b8810adcffd5bb2c65dd116a493743d7e81538;hpb=a3858b4c4a9efd4d360e20a268e073e50b034e8a;p=pharext%2Fpharext diff --git a/src/pharext/Command.php b/src/pharext/Command.php index 61b8810..7664a35 100644 --- a/src/pharext/Command.php +++ b/src/pharext/Command.php @@ -7,6 +7,27 @@ namespace pharext; */ interface Command { + /** + * Argument error + */ + const EARGS = 1; + /** + * Build error + */ + const EBUILD = 2; + /** + * Signature error + */ + const ESIGN = 3; + /** + * Extract/unpack error + */ + const EEXTRACT = 4; + /** + * Install error + */ + const EINSTALL = 5; + /** * Retrieve command line arguments * @return pharext\CliArgs