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