This repository was archived by the owner on Feb 6, 2019. It is now read-only.
Releases: troublete/php-argv
Releases · troublete/php-argv
Release list
Release 2.0.0
Added
-
getCommandas short handle for retrieving a command, if set, off clean arguments. -
Argument call tests
Changed
-
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
Release 1.1.0
Added
-
__getfunction togetFlagscallback to eliminate requiredissetfor flag check -
added missing PHP 7 typehinting
-
fixed testing
Release 1.0.0
Added
-
cleanArguments,reduceFlagName,isCommandCall,isFlag,isFlagAlias,getFlags,getValuesfunctions for basic handling of input arguments -
added testing for functions