Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add getOption() and improve hasOption() of Cli class (#146)
* feat: improve `hasOption` * feat: add `getOption` * refactor: add type hints * docs: add `getOption` description * refactor: remove unused code * feat: add backwards compatibility * fix: unknown return type The `mixed` pseudo type is only supported in PHP 8 or newer. https://php.watch/versions/8.0/mixed-type
- Loading branch information