diff options
| author | Petter Rasmussen | 2016-01-17 11:03:32 +0100 |
|---|---|---|
| committer | Petter Rasmussen | 2016-01-17 11:03:32 +0100 |
| commit | 2726ba76fe0f6b1e1f3ea9a45465e9d0ec3a5758 (patch) | |
| tree | b15156cfabe68e8b5ca051fdaac108db29dc0d17 /handlers.go | |
| parent | 8f86e06cceb244c82912f2876fc9f1f2d7239162 (diff) | |
| download | gdrive-2726ba76fe0f6b1e1f3ea9a45465e9d0ec3a5758.tar.bz2 | |
Add name-width flag
Diffstat (limited to 'handlers.go')
| -rw-r--r-- | handlers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/handlers.go b/handlers.go index f681a2d..59607da 100644 --- a/handlers.go +++ b/handlers.go @@ -14,6 +14,7 @@ func listHandler(ctx cli.Context) { gdrive.List(drive.ListFilesArgs{ MaxFiles: args.Int64("maxFiles"), + NameWidth: args.Int64("nameWidth"), Query: args.String("query"), SkipHeader: args.Bool("skipHeader"), SizeInBytes: args.Bool("sizeInBytes"), |
