CLIFramework 2.5.2 is released. Project: https://github.com/c9s/CLIFramework Killer features: - Zsh completion generator. - Bash completion generator. Which powers phpbrew, LazyRecord, AssetKit ... etc Other features: Intuitive command class and option spec command options are supported, powered by GetOptionKit. including long option, short option, required|optional|default value. Hierarchical commands. Automatic help page generation. Friendly message when command arguments are not enough. Testable, CLIFramework provides PHPUnit test case for testing the commands in PHP. Argument validation, suggestion, Command Groups HHVM compatible