-
Notifications
You must be signed in to change notification settings - Fork 5
completion #125
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
completion #125
Conversation
@Freed-Wu |
@Freed-Wu Could you help me?
Maybe we should separate pyproject.toml and shell completion? |
It is not a bug. |
@Freed-Wu Thank you for helping me 🙏
Also I think it's better to add shtab to requirements.txt BTW CI is failing because setup.py was deleted.
or re-create setup.py like folloings?
|
It's my fault, I have fixed, can you try again? |
I agree. |
I usually use |
@Freed-Wu
Right, setup.py is deprecated, so I'll replace to pyproject completely after your PR merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Freed-Wu
Thank you so much! Sorry for late response.
- Could you check my review comments?
- Could you remove
.github/workflows/main.yml
's python-version3.6
? - I would be very happy if you could add the completion instructions to the README.rst
Assume python is installed in /usr/lib/pythonX.Y, generate completions by: doq --print-completion bash > /usr/share/bash-completion/completions/doq doq --print-completion zsh > /usr/share/zsh/site-functions/_doq Create a fake setup.py
Fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Demo: