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