aboutsummaryrefslogtreecommitdiffstats
path: root/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlers.go')
-rw-r--r--handlers.go1
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"),