bin/dbox in dbox-0.7.4 vs bin/dbox in dbox-0.7.5

- old
+ new

@@ -87,8 +87,12 @@ # default to creating a directory inside the current directory with # the same name of the directory being created/cloned local_path = args[1] || remote_path.split("/").last Dbox.send(command, remote_path, local_path) +when "metadata" + remote_path = args[0] + res = Dbox.metadata(remote_path) + puts res.inspect else print_usage_and_quit end