bin/textmate in ddollar-textmate-1.0.0 vs bin/textmate in ddollar-textmate-1.0.1
- old
+ new
@@ -15,10 +15,10 @@
desc "list [SEARCH]", "lists all the bundles installed locally"
def list(search = "")
display_hash local.bundles(search)
end
- desc "install NAME [SOURCE]", "install a bundle"
+ desc "install NAME", "install a bundle"
def install(bundle)
remotes = remote.bundles(bundle)
case remotes.values.flatten.length
when 0 then abort("Unknown bundle: #{bundle}")