Class: Braid::Commands::Remove

Inherits:
Braid::Command show all
Defined in:
lib/braid/commands/remove.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) ⇒ Remove

Returns a new instance of Remove.



10
11
12
13
# File 'lib/braid/commands/remove.rb', line 10

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