aboutsummaryrefslogtreecommitdiffstats
path: root/handlers_drive.go
diff options
context:
space:
mode:
authorPetter Rasmussen2016-02-14 23:10:57 +0100
committerPetter Rasmussen2016-02-14 23:10:57 +0100
commitef097ce557abf04a4871429e313af52e13d31cec (patch)
tree45303a0e0f9ce141f2a1685745db9989178bf7c0 /handlers_drive.go
parent453c097b053b8a85395caf117136f7aec1d1ada4 (diff)
downloadgdrive-ef097ce557abf04a4871429e313af52e13d31cec.tar.bz2
Add progress bar to upload from stdin
Diffstat (limited to 'handlers_drive.go')
-rw-r--r--handlers_drive.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/handlers_drive.go b/handlers_drive.go
index 8ba9530..b994df5 100644
--- a/handlers_drive.go
+++ b/handlers_drive.go
@@ -114,6 +114,7 @@ func uploadStdinHandler(ctx cli.Context) {
Mime: args.String("mime"),
Share: args.Bool("share"),
ChunkSize: args.Int64("chunksize"),
+ Progress: progressWriter(args.Bool("noProgress")),
})
checkErr(err)
}