1HUGO-COMPLETION-FISH(1) Hugo Manual HUGO-COMPLETION-FISH(1)
2
3
4
6 hugo-completion-fish - Generate the autocompletion script for fish
7
8
9
11 hugo completion fish [flags]
12
13
14
16 Generate the autocompletion script for the fish shell.
17
18
19 To load completions in your current shell session:
20
21
22 hugo completion fish | source
23
24
25
26 To load completions for every new session, execute once:
27
28
29 hugo completion fish > ~/.config/fish/completions/hugo.fish
30
31
32
33 You will need to start a new shell for this setup to take effect.
34
35
36
38 -h, --help[=false] help for fish
39
40
41 --no-descriptions[=false] disable completion descriptions
42
43
44
46 --clock="" set the clock used by Hugo, e.g. --clock
47 2021-11-06T22:30:00.00+09:00
48
49
50 --config="" config file (default is hugo.yaml|json|toml)
51
52
53 --configDir="config" config dir
54
55
56 --debug[=false] debug output
57
58
59 -e, --environment="" build environment
60
61
62 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
63 ing the given Glob pattern
64
65
66 --log[=false] enable Logging
67
68
69 --logFile="" log File path (if set, logging enabled automatically)
70
71
72 --quiet[=false] build in quiet mode
73
74
75 -s, --source="" filesystem path to read files relative from
76
77
78 --themesDir="" filesystem path to themes directory
79
80
81 -v, --verbose[=false] verbose output
82
83
84 --verboseLog[=false] verbose logging
85
86
87
89 hugo-completion(1)
90
91
92
93Hugo 0.111.3 Jul 2023 HUGO-COMPLETION-FISH(1)