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
Labels
ch-image modify
#1903
#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 ofch-image
I'm deferring this until the PR is merged. The non-triviality comes from the fact that the feature adds additional context to thech-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 forch-run
completion.The text was updated successfully, but these errors were encountered: