carbon-cli
carbon-cli copied to clipboard
Include Value for --composer Option
This option is non-boolean and thus requires a value.
The command ./vendor/bin/carbon macro -c as documented would result in:
-c option is not a boolean, so you can't use it in a aliases group
This updates the documentation to include the required value, true. Though abracadra or any truthy value by PHP's standards would work.
Resolves #13