khalyomede / command-parser
Parse arguments, options and flags.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/khalyomede/command-parser
Requires
- php: >=7.2.0
Requires (Dev)
- phpunit/phpunit: 7.*
This package is auto-updated.
Last update: 2025-10-08 14:30:34 UTC
README
Parse arguments, options and flags.
readfile composer.json --max-length 12 --quiet
[ "arguments" => [ "path" => "composer.json" ], "options" => [ "max-length" => "12" ], "flags" => [ "quiet" => true ] ]
Summary
Installation
In the prompt command:
composer require khalyomede/command-parser:0.*
Examples
work in progress