Class: Braid::Commands::Push

Inherits:
Braid::Command show all
Defined in:
lib/braid/commands/push.rb

Defined Under Namespace

Classes: Options

Instance Method Summary collapse

Methods inherited from Braid::Command

#config, #force?, handle_error, #msg, msg, #run, #verbose?

Methods included from T::Sig

#sig

Methods included from Operations::VersionControl

#git, #git_cache

Constructor Details

#initialize(path, options) ⇒ Push

Returns a new instance of Push.



21
22
23
24
# File 'lib/braid/commands/push.rb', line 21

def initialize(path, options)
  @path = path
  @options = options
end