This repository was archived by the owner on Sep 6, 2020. It is now read-only.
This repository was archived by the owner on Sep 6, 2020. It is now read-only.
feature: options from commandline #91
Open
Description
i would like to build three similar .phar files, which differ only on entry point (and obviously) on output file.
i tried out of intuition like this:
$ box build -v --output git-hook.phar --main git-hook.php
[RuntimeException]
The "--output" option does not exist.
which failed because no options supported in 2.4.4