Class: Jets::CLI::Git

Inherits:
Thor::Base show all
Defined in:
lib/jets/cli/git.rb,
lib/jets/cli/git/push.rb

Defined Under Namespace

Classes: Push

Instance Method Summary collapse

Methods inherited from Thor::Base

dispatch, exit_on_failure?, help_flags, version_flags, website

Methods included from Thor::Help

#capture_stdout_for_help, #help, #paginate_output

Instance Method Details

#push(*args) ⇒ Object



4
5
6
# File 'lib/jets/cli/git.rb', line 4

def push(*args)
  Push.new(options.merge(args: args)).run
end