aboutsummaryrefslogtreecommitdiffstats
path: root/gdrive.go
diff options
context:
space:
mode:
authorPetter Rasmussen2016-01-23 22:27:50 +0100
committerPetter Rasmussen2016-01-23 22:27:50 +0100
commite6dd66c5722e37a4d2ea7000ce4d1f4090af9cc7 (patch)
treeb814e03e7e2fe84151e2b3ffbeca0561f3f88528 /gdrive.go
parent01ef731036bfff516ee26baa8e3c1ec25c60ecbb (diff)
downloadgdrive-e6dd66c5722e37a4d2ea7000ce4d1f4090af9cc7.tar.bz2
Remove url handler, add urls to info
Diffstat (limited to 'gdrive.go')
-rw-r--r--gdrive.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/gdrive.go b/gdrive.go
index 03f5e3b..4349b02 100644
--- a/gdrive.go
+++ b/gdrive.go
@@ -375,22 +375,6 @@ func main() {
},
},
&cli.Handler{
- Pattern: "[global options] url [options] <id>",
- Description: "Get url to file or directory",
- Callback: urlHandler,
- Flags: cli.Flags{
- "global options": globalFlags,
- "options": []cli.Flag{
- cli.BoolFlag{
- Name: "download",
- Patterns: []string{"--download"},
- Description: "Download url",
- OmitValue: true,
- },
- },
- },
- },
- &cli.Handler{
Pattern: "[global options] delete <id>",
Description: "Delete file or directory",
Callback: deleteHandler,