Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 637 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 637 Bytes

chevron/argv

Argv is a class to parse an ARGV style array. It will parse an array for -flags and -key=value pairs. It supports the following syntax: "-f" "-flag" "-key=value" "-key value". Using one or more dashes has no effect.

Peruse the tests or, if present, the examples directory to see usage.

See packagist for version/installation info.

Latest Stable Version Build Status