Add `--source` flag back to `hugo new` command
authorAnthony Fok <foka@debian.org>
Wed, 16 Dec 2015 06:41:10 +0000 (23:41 -0700)
committerAnthony Fok <foka@debian.org>
Wed, 16 Dec 2015 07:00:05 +0000 (00:00 -0700)
commitc1e134f1c28800e5c12126c731cbb5c257aa0c6a
tree9a33631a1f12fd3fd85d3e19a1d2c00cf6ee124d
parent41a3af1a29deb979d24e12d56dd3ef52073d580d
Add `--source` flag back to `hugo new` command

v0.15 had it, but I removed it inadvertently for 0.16-DEV
in commit 00d04774 in PR #1652.

Also add directory bash-completion for `--source`
for `hugo convert`, `hugo list` and `hugo new`.

See #1624, #1589
commands/convert.go
commands/list.go
commands/new.go