summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_completion_powershell.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-28 08:12:35 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-28 08:12:35 +0100
commit14915a0c32069ac5b318dd4a67017e27135fba91 (patch)
tree3c7f61549f011667ca10b75ae863a401236360ea /docs/content/en/commands/hugo_completion_powershell.md
parentfd0c1a5e9b59954c3a09bbff45306272d5c229df (diff)
cod: Regen CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_completion_powershell.md')
-rw-r--r--docs/content/en/commands/hugo_completion_powershell.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/en/commands/hugo_completion_powershell.md b/docs/content/en/commands/hugo_completion_powershell.md
index ab45bbcc7..990f522e6 100644
--- a/docs/content/en/commands/hugo_completion_powershell.md
+++ b/docs/content/en/commands/hugo_completion_powershell.md
@@ -5,15 +5,15 @@ url: /commands/hugo_completion_powershell/
---
## hugo completion powershell
-generate the autocompletion script for powershell
+Generate the autocompletion script for powershell
### Synopsis
-
Generate the autocompletion script for powershell.
To load completions in your current shell session:
-PS C:\> hugo completion powershell | Out-String | Invoke-Expression
+
+ hugo completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command
to your powershell profile.
@@ -49,5 +49,5 @@ hugo completion powershell [flags]
### SEE ALSO
-* [hugo completion](/commands/hugo_completion/) - generate the autocompletion script for the specified shell
+* [hugo completion](/commands/hugo_completion/) - Generate the autocompletion script for the specified shell