diff options
| author | Petter Rasmussen | 2016-01-23 22:27:50 +0100 |
|---|---|---|
| committer | Petter Rasmussen | 2016-01-23 22:27:50 +0100 |
| commit | e6dd66c5722e37a4d2ea7000ce4d1f4090af9cc7 (patch) | |
| tree | b814e03e7e2fe84151e2b3ffbeca0561f3f88528 /gdrive.go | |
| parent | 01ef731036bfff516ee26baa8e3c1ec25c60ecbb (diff) | |
| download | gdrive-e6dd66c5722e37a4d2ea7000ce4d1f4090af9cc7.tar.bz2 | |
Remove url handler, add urls to info
Diffstat (limited to 'gdrive.go')
| -rw-r--r-- | gdrive.go | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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, |
