Copyedit shell-completion related documentation

This commit is contained in:
Anthony Fok
2021-02-09 14:08:42 -07:00
parent b73b344b63
commit 07445ea179
4 changed files with 38 additions and 38 deletions

View File

@ -181,7 +181,7 @@ Register-ArgumentCompleter -CommandName '%[1]s' -ScriptBlock {
# store temporay because switch will overwrite $_
$comp = $_
# Powershell supports three different completion modes
# PowerShell supports three different completion modes
# - TabCompleteNext (default windows style - on each key press the next option is displayed)
# - Complete (works like bash)
# - MenuComplete (works like zsh)