module Rigit::Commands::Uninstall

The {Uninstall} module provides the {#uninstall} command for the {CommandLine} module.

Public Instance Methods

uninstall() click to toggle source

The command line uninstall command.

# File lib/rigit/commands/uninstall.rb, line 6
def uninstall
  UninstallHandler.new(args).execute
end