Skip to content
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

Context dependent and more complete shell completion. #52

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

Conversation

imrehg
Copy link
Member

@imrehg imrehg commented May 5, 2022

Click is already pretty useful to fill out all the commands that one can call from this CLI, if the shell completion is enabled (see their docs), e.g.:

eval "$(_FACULTY_COMPLETE=zsh_source faculty)"

Here we are trying to add more context-dependent settings, e.g. filling in the parameter values like project names or servers within a project that can be targeted.

This is an early attempt so far (draft) that at least tests a useful path of projects + servers within the selected projects, but the PR should cover eventually as much as it can be completed.

Focusing on projects and servers so far, just to see if works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant