- added compile command
conso compile
compile you app to a phar file - added Cosno
TestCase
class helper for easy commands testing - cleanup commandHelp
- adding verbosity level
-vv --verbose
- adding invoke command from
http
(you can now invoke conso from http) - adding disable built in commands
$conso->disableBuiltInCommands()
- adding commands namespace method
namespace(string $namespace)
- adding commands group method
group(string $name)
- adding flag value support
--flag=value
- fix options allow only alpha numeric
- fix register build in commands
- fix help
- update readme
- fix call command
- better help function
- clean up linker
- separate invoking from app
- clean up commands file
- bind app to closure commands
- fix help for closure commands
- add call command method
- fix app dependency
- new implementation
- fix config adding OoFile package
- fix windows 7 ansi
- commands location creation
- fix append additional commands