class

BaseCommand

Inherits Reference < Object

Base command class to be inherited by all commands

Constructors

new(config_path : String, branch_override : String | Nil = nil, use_subtree : Bool = false)
Source

Instance methods

execute(repositories : Array(RepositoryInfo) | Nil = nil, repo_name : String | Nil = nil, additional_args : Array(String) = [] of String)
Source