Skip to content

2.1.0

Compare
Choose a tag to compare
@allebb allebb released this 20 Jan 21:03
· 32 commits to master since this release

Commands now receive the CLI arguments via. the RecievesAgurments trait and is instantiated through the constructor. The CommandRouter is now the only class that is instantiated with the the $argv array, the other classes all use the ArgumentsParser class.