luolongfei 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 month ago
..
src 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 month ago
ChangeLog.md 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 month ago
LICENSE 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 month ago
README.md 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 month ago
SECURITY.md 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 month ago
composer.json 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 month ago

README.md

Latest Stable Version CI Status Type Coverage codecov

sebastian/cli-parser

Library for parsing $_SERVER['argv'], extracted from phpunit/phpunit.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/cli-parser

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/cli-parser