1HUGO-COMPLETION-POWERSHELL(1)     Hugo Manual    HUGO-COMPLETION-POWERSHELL(1)
2
3
4

NAME

6       hugo-completion-powershell  -  Generate  the  autocompletion script for
7       powershell
8
9
10

SYNOPSIS

12       hugo completion powershell [flags]
13
14
15

DESCRIPTION

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

OPTIONS

33       -h, --help[=false]      help for powershell
34
35
36       --no-descriptions[=false]      disable completion descriptions
37
38
39

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

80       hugo-completion(1)
81
82
83
84Hugo 0.98.0                        Jul 2022      HUGO-COMPLETION-POWERSHELL(1)
Impressum