garden-cli icon indicating copy to clipboard operation
garden-cli copied to clipboard

A full-featured, yet ridiculously simple commandline parser for your next php cli script. Stop fighting with getopt().

Results 12 garden-cli issues
Sort by recently updated
recently updated
newest added

These two showed up while I was building out a sample application: ``` Garden\Cli\Cli::parse(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead...

Required parameters works great with older CLI app call like described Missing required option: database Missing required option: user but $this->addCommandClass in new CLI app call with setters will not...