terpomoj / args-parser
Arguments parser.
v0.1.0
2021-03-17 10:44 UTC
Requires
- php: >=8.0
Requires (Dev)
- pestphp/pest: ^1.0
- pestphp/pest-plugin-expectations: ^1.0
- spatie/ray: ^1.21
README
This is an arguments parser. Based on yargs/yargs-parser.
Currently, only parser is implemented.
LICENSE
Since yargs/yargs-parser
is released under ISC, and I borrowed almost all codes from them. This library is using ISC as well.
See LICENSE for detail.