Silly v1.2.0 Release Notes

Release Date: 2016-02-01 // about 8 years ago
  • ๐Ÿ‘Œ Improvements

    #17 Run a sub-command easily with runCommand(), for example:

    $app-\>command('init', function ($input, $output) {$this-\>runCommand('db:drop --force', $output)$this-\>runCommand('db:create', $output)$this-\>runCommand('db:fixtures --verbose', $output)});
    

    ๐Ÿ›  Bugfixes

    • #19 Exit codes returned by commands were not returned by the application