1HUGO-COMPLETION(1) Hugo Manual HUGO-COMPLETION(1)
2
3
4
6 hugo-completion - Generate the autocompletion script for the specified
7 shell
8
9
10
12 hugo completion [flags]
13
14
15
17 Generate the autocompletion script for hugo for the specified shell.
18 See each sub-command's help for details on how to use the generated
19 script.
20
21
22
24 -h, --help[=false] help for completion
25
26
27
29 --clock="" set the clock used by Hugo, e.g. --clock
30 2021-11-06T22:30:00.00+09:00
31
32
33 --config="" config file (default is hugo.yaml|json|toml)
34
35
36 --configDir="config" config dir
37
38
39 --debug[=false] debug output
40
41
42 -e, --environment="" build environment
43
44
45 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
46 ing the given Glob pattern
47
48
49 --log[=false] enable Logging
50
51
52 --logFile="" log File path (if set, logging enabled automatically)
53
54
55 --quiet[=false] build in quiet mode
56
57
58 -s, --source="" filesystem path to read files relative from
59
60
61 --themesDir="" filesystem path to themes directory
62
63
64 -v, --verbose[=false] verbose output
65
66
67 --verboseLog[=false] verbose logging
68
69
70
72 hugo(1), hugo-completion-bash(1), hugo-completion-fish(1), hugo-comple‐
73 tion-powershell(1), hugo-completion-zsh(1)
74
75
76
77Hugo 0.111.3 Jul 2023 HUGO-COMPLETION(1)