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