cli
cli copied to clipboard
Lite & fast micro PHP framework for building CLI tools that is **easy to learn**.
Since we work with hooks
This PR aims to close https://github.com/appwrite/appwrite/issues/4387. - Added analysis script - Removed errors
PR related to this [issue](https://github.com/appwrite/appwrite/issues/4364).
Closes #31.
Closes #33.
As title, since the package requires `PHP 7.4` version at least, it should be good to change the `?:` syntax to the ternary null syntax.
As title, it seems that some files don't have correct file permissions. For example, we can see the following command output: ```sh $ ls -al total 104 drwxrwxr-x 6 lee...