cli icon indicating copy to clipboard operation
cli copied to clipboard

Lite & fast micro PHP framework for building CLI tools that is **easy to learn**.

Results 14 cli issues
Sort by recently updated
recently updated
newest added

This PR aims to close https://github.com/appwrite/appwrite/issues/4387. - Added analysis script - Removed errors

hacktoberfest-accepted

PR related to this [issue](https://github.com/appwrite/appwrite/issues/4364).

hacktoberfest-accepted

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...