Parable Console 0.4.0
Pre-release
Pre-release
0.4.0
Changes
- It is now possible to add commands lazily, by calling
Application::addCommandByNameAndClass(string $commandName, string $className)
. When the command is requested (throughgetCommand()
orgetCommands()
), it will be instantiated automatically. Command::getUsage()
has been replaced withApplication::getCommandUsage($command)
.Tags
class added, which is the only class that actually deals with tags.