Skip to content

(doc) Add tab completion page #1189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

gep13
Copy link
Member

@gep13 gep13 commented Jun 18, 2025

Description Of Changes

Add a new tab completions page.

Motivation and Context

This page is based on the work that was originally created in the chocolatey/choco repository:

chocolatey/choco#2978

Rather than bring this completion file into the core CLI repository, the decision was made to add this to the documentation instead. The thought process here is that additional completions for other terminals is not something that we will "support", but rather this will be a community effort. To that end, creating it as a documentation page that can be quickly updated is easier than shipping with a new CLI release.

Testing

  • I have previewed these changes using the Docker Container or another method before submitting this pull request.

Change Types Made

  • Minor documentation fix (typos etc.).
  • Major documentation change (refactoring, reformatting or adding documentation to existing page).
  • New documentation page added.
  • The change I have made should have a video added, and I have raised an issue for this.
    • Issue #

Change Checklist

  • Requires a change to menu structure (top or left-hand side)/
  • Menu structure has been updated

Related Issue

N/A

@gep13 gep13 requested a review from AdmiringWorm June 18, 2025 12:44
This page is based on the work that was originally created in the
chocolatey/choco repository:

chocolatey/choco#2978

Rather than bring this completion file into the core CLI repository,
the decision was made to add this to the documentation instead. The
thought process here is that additional completions for other terminals
is not something that we will "support", but rather this will be a
community effort.  To that end, creating it as a documentation page
that can be quickly updated is easier than shipping with a new CLI
release.

Co-authored-by: hltdev8642 <hltdev8642@gmail.com>
Copy link
Member

@AdmiringWorm AdmiringWorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but as it contains the new commands I am not merging this PR at this time.


<TabsTabContainer content={tabs1} />
<TabsPaneContainer>
<TabsPane content={tabs1[0]}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would have preferred to split out the content of the tab to a different file, but it is fine as it is now.

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.

2 participants