hugo_completion_powershell.md (1746B)
1 ---
2 title: "hugo completion powershell"
3 slug: hugo_completion_powershell
4 url: /commands/hugo_completion_powershell/
5 ---
6 ## hugo completion powershell
7
8 Generate the autocompletion script for powershell
9
10 ### Synopsis
11
12 Generate the autocompletion script for powershell.
13
14 To load completions in your current shell session:
15
16 hugo completion powershell | Out-String | Invoke-Expression
17
18 To load completions for every new session, add the output of the above command
19 to your powershell profile.
20
21
22 ```
23 hugo completion powershell [flags]
24 ```
25
26 ### Options
27
28 ```
29 -h, --help help for powershell
30 --no-descriptions disable completion descriptions
31 ```
32
33 ### Options inherited from parent commands
34
35 ```
36 --clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
37 --config string config file (default is path/config.yaml|json|toml)
38 --configDir string config dir (default "config")
39 --debug debug output
40 -e, --environment string build environment
41 --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
42 --log enable Logging
43 --logFile string log File path (if set, logging enabled automatically)
44 --quiet build in quiet mode
45 -s, --source string filesystem path to read files relative from
46 --themesDir string filesystem path to themes directory
47 -v, --verbose verbose output
48 --verboseLog verbose logging
49 ```
50
51 ### SEE ALSO
52
53 * [hugo completion](/commands/hugo_completion/) - Generate the autocompletion script for the specified shell
54