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

Support for shell completion #386

Merged
merged 11 commits into from
May 14, 2021
Merged

Support for shell completion #386

merged 11 commits into from
May 14, 2021

Conversation

samschott
Copy link
Owner

Closes #96.

@codecov
Copy link

codecov bot commented May 12, 2021

Codecov Report

Merging #386 (1a2377d) into master (d8cb706) will decrease coverage by 0.04%.
The diff coverage is 20.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #386      +/-   ##
==========================================
- Coverage   78.18%   78.14%   -0.05%     
==========================================
  Files          32       32              
  Lines        6602     6666      +64     
==========================================
+ Hits         5162     5209      +47     
- Misses       1440     1457      +17     
Flag Coverage Δ
pytest 78.14% <20.27%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/maestral/cli.py 51.31% <15.71%> (-2.46%) ⬇️
src/maestral/config/main.py 94.44% <100.00%> (+0.69%) ⬆️
src/maestral/daemon.py 81.81% <0.00%> (ø)
src/maestral/client.py 85.56% <0.00%> (+0.13%) ⬆️
src/maestral/utils/orm.py 91.76% <0.00%> (+0.41%) ⬆️
src/maestral/main.py 76.67% <0.00%> (+0.53%) ⬆️
src/maestral/sync.py 87.56% <0.00%> (+1.44%) ⬆️
src/maestral/manager.py 85.82% <0.00%> (+2.23%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8cb706...1a2377d. Read the comment docs.

@samschott samschott force-pushed the click-shell-completion branch from cbc4522 to 248766c Compare May 13, 2021 10:27
@samschott samschott merged commit 9e44595 into master May 14, 2021
@samschott samschott deleted the click-shell-completion branch May 14, 2021 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: cli tab auto-completion
1 participant