Support shell completions for commands #79
Labels
CLI
Topics related to the CLI *Salmon not pink
good first issue
Good for newcomers
ux
Anything in the field of UX
Description
Add completions for operations that work on local storage:
kit push <modelkit>
-- complete with ModelKits (registry/repository:tag) stored locallykit unpack <modelkit>
-- same as abovekit remove <modelkit>
-- same as abovekit tag <source> <dest>
-- complete for source ModelKit; maybe for destination as well?kit list
-- complete for local repositories (i.e. where a registry is not included)The text was updated successfully, but these errors were encountered: