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.
-
getCommandas short handle for retrieving a command, if set, off clean arguments. -
Argument call tests
-
getFlagsto retrieve values following up on a flag as flag values -
getFlagsreturned anonymous class methodaddto consider a second argument which is treated as flag value, defaults totrue -
API docs
-
__getfunction togetFlagscallback to eliminate requiredissetfor flag check -
added missing PHP 7 typehinting
-
fixed testing
-
cleanArguments,reduceFlagName,isCommandCall,isFlag,isFlagAlias,getFlags,getValuesfunctions for basic handling of input arguments -
added testing for functions