Skip to content

fix: correct a typo in the help message for the powershell autocompletion#2383

Open
suzuki-shunsuke wants to merge 1 commit into
mainfrom
fix-typo-powershell-auto-complete-help
Open

fix: correct a typo in the help message for the powershell autocompletion#2383
suzuki-shunsuke wants to merge 1 commit into
mainfrom
fix-typo-powershell-auto-complete-help

Conversation

@suzuki-shunsuke

@suzuki-shunsuke suzuki-shunsuke commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?

  • bug

What this PR does / why we need it:

Correct a typo in the help message.

$ aqua completion --help
NAME:
   aqua completion - Output shell completion script for bash, zsh, fish, or Powershell

USAGE:
   aqua completion [command [command options]]

DESCRIPTION:
   Output shell completion script for bash, zsh, fish, or Powershell.
   Source the output to enable completion.

   # .bashrc
   source <(aqua completion bash)

   # .zshrc
   source <(aqua completion zsh)

   # fish
   aqua completion fish > ~/.config/fish/completions/aqua.fish

   # Powershell
   Output the script to path/to/autocomplete/aqua.ps1 an run it.

Output the script to path/to/autocomplete/aqua.ps1 an run it.

an in an run it. is a typo of and.

Which issue(s) this PR fixes:

(REQUIRED)

Special notes for your reviewer:

(fill-in or delete this section)

Testing

(fill-in or delete this section)

Release Notes

(REQUIRED)

Correct a typo in the help message

@suzuki-shunsuke suzuki-shunsuke changed the title fix: fix a typo in the help message for the powershell autocompletion fix: correct a typo in the help message for the powershell autocompletion Jul 3, 2026
@suzuki-shunsuke suzuki-shunsuke marked this pull request as ready for review July 3, 2026 12:11
@suzuki-shunsuke suzuki-shunsuke requested a review from a team as a code owner July 3, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant