Method: MGit::RemoveAllCommand#execute

Defined in:
lib/mgit/commands/remove_all.rb

#execute(_) ⇒ Object



3
4
5
# File 'lib/mgit/commands/remove_all.rb', line 3

def execute(_)
  Registry.clean if agree('This will delete all repositories from mgit. Are you sure?'.red)
end