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

Required parameters via setters logic mismatch with older CLI app logic

Open elcreator opened this issue 11 months ago • 0 comments

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 make them required (i.e. setters will be called if required options are provided but command will not fail with message)

elcreator avatar Jan 14 '25 18:01 elcreator