Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

implement tab completion for ch-image modify #1903

Open
lucaudill opened this issue May 20, 2024 · 0 comments
Open

implement tab completion for ch-image modify #1903

lucaudill opened this issue May 20, 2024 · 0 comments

Comments

@lucaudill
Copy link
Collaborator

#1408 adds a new subcommand to ch-image to modify existing images in storage. Implementing tab completion for this feature is somewhat non-trivial, and since the feature itself already presents a significant change in the functionality of ch-image I'm deferring this until the PR is merged. The non-triviality comes from the fact that the feature adds additional context to the ch-image CLI that will need to be taken into account when suggesting completions. Namely, we will now need to identify image references when parsing CLI. Note that this is already something we do for ch-run completion.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant