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 --config="" config file (default is path/config.yaml|json|toml)
42
43
44 --configDir="config" config dir
45
46
47 --debug[=false] debug output
48
49
50 -e, --environment="" build environment
51
52
53 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
54 ing the given Glob pattern
55
56
57 --log[=false] enable Logging
58
59
60 --logFile="" log File path (if set, logging enabled automatically)
61
62
63 --quiet[=false] build in quiet mode
64
65
66 -s, --source="" filesystem path to read files relative from
67
68
69 --themesDir="" filesystem path to themes directory
70
71
72 -v, --verbose[=false] verbose output
73
74
75 --verboseLog[=false] verbose logging
76
77
78
80 hugo-completion(1)
81
82
83
84Hugo 0.93.3 May 2022 HUGO-COMPLETION-POWERSHELL(1)