Skip to content

Parable Console 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 25 May 10:20

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 (through getCommand() or getCommands()), it will be instantiated automatically.
  • Command::getUsage() has been replaced with Application::getCommandUsage($command).
  • Tags class added, which is the only class that actually deals with tags.