mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 05:43:15 +00:00
Switch to spf13 fork of pflag - fixes #116
This supports --long value as well as --long=value which is as expected for a unix utility.
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
|
||||
"github.com/ncw/rclone/fs"
|
||||
"github.com/ncw/rclone/oauthutil"
|
||||
"github.com/ogier/pflag"
|
||||
"github.com/spf13/pflag"
|
||||
"github.com/stacktic/dropbox"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user