666ddd2377
Enable dirname and filename completion for more flags
...
These flags are:
* --source (-s), --cacheDir, --destination (-d) and --logFile
* --completionfile and --dir.
2015-12-02 02:24:49 -07:00
3d09de8910
Restructure the gen commands
...
Fixes #1603
2015-11-23 16:51:12 +01:00
7555e364d0
Print feedback for hugo genautocomplete
2015-08-09 17:59:44 +02:00
f2ab0b2608
Improve formatting of Hugo command descriptions
...
Trying to make them look good both in the terminal (`hugo help [command]`)
and in the web browser (http://gohugo.io/commands/ ). :-)
2015-08-04 03:19:57 -06:00
befa26b152
Remove trailing spaces in completionfile flag
2015-05-16 19:52:09 +02:00
be9224d720
Add Bash completion
...
Add a new command, genautocomplete, wich generates a Bash completion script (zsh and others later).
The script is by default written to `/etc/bash_completion.d/hugo.sh`; this can be set in `--completionfile=/some/file`.
Fixes #438
2015-05-16 18:04:59 +02:00