google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

switch to go-flags for command line and ini processing? #59

Open mmp opened 9 years ago

mmp commented 9 years ago

http://godoc.org/github.com/jessevdk/go-flags might be a better way to do command-line argument processing. (And as a bonus, parses INI files, which in turn would make all options settable from both command line and INI, vs now, where it's sort of arbitrary.)