class TrustyCms::Extension::Script::Help

def uninstall

def uninstall
  $stdout.puts %{Usage:    script/extension uninstall extension_name
s a previously installed extension from the current project.
    }
end