All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
-
getCommand
as short handle for retrieving a command, if set, off clean arguments. -
Argument call tests
-
getFlags
to retrieve values following up on a flag as flag values -
getFlags
returned anonymous class methodadd
to consider a second argument which is treated as flag value, defaults totrue
-
API docs
-
__get
function togetFlags
callback to eliminate requiredisset
for flag check -
added missing PHP 7 typehinting
-
fixed testing
-
cleanArguments
,reduceFlagName
,isCommandCall
,isFlag
,isFlagAlias
,getFlags
,getValues
functions for basic handling of input arguments -
added testing for functions