Add helpers.NormalizeHugoFlagsFunc() to handle flag name changes
authorAnthony Fok <foka@debian.org>
Wed, 9 Sep 2015 05:05:11 +0000 (23:05 -0600)
committerAnthony Fok <foka@debian.org>
Sun, 13 Sep 2015 11:20:14 +0000 (05:20 -0600)
commitd05b297e61774a4ad09e5f9720d21a8dbd373cd7
tree5e7e2eed230b60943bdd4d488eeddcafa7841958
parent833a396f6bc3f39a5ed27fdc415d5bf5ec00a686
Add helpers.NormalizeHugoFlagsFunc() to handle flag name changes

It currently handles --baseUrl to --baseURL, and --uglyUrls to --uglyURLs.

Special thanks to Eric Paris (@eparis) for writing the
"normalized name" support in Cobra, and for showing us
how it is used in Kubernetes.

See Issue #959
commands/hugo.go
helpers/general.go