public function arguments($args) { $args->add('branch')->suggestions(function () { /* TODO: maybe fetch tags and remote branches from github? */ return array('master', 'develop'); }); }