uspilot/cmdline_parser

命令行解析器

v1.0.0 2021-02-06 06:38 UTC

This package is auto-updated.

Last update: 2024-09-30 01:48:54 UTC


README

将命令行参数解析为数组

安装

$composer require uspilot/cmdline_parser

用法

use \USPilot\CLParse;
$args = CLParse::arguments($argv);