From e6dd66c5722e37a4d2ea7000ce4d1f4090af9cc7 Mon Sep 17 00:00:00 2001 From: Petter Rasmussen Date: Sat, 23 Jan 2016 22:27:50 +0100 Subject: Remove url handler, add urls to info --- gdrive.go | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'gdrive.go') diff --git a/gdrive.go b/gdrive.go index 03f5e3b..4349b02 100644 --- a/gdrive.go +++ b/gdrive.go @@ -374,22 +374,6 @@ func main() { }, }, }, - &cli.Handler{ - Pattern: "[global options] url [options] ", - 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 ", Description: "Delete file or directory", -- cgit v1.2.3