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

Add auto-complete support #129

Merged
merged 1 commit into from
Nov 14, 2021
Merged

Add auto-complete support #129

merged 1 commit into from
Nov 14, 2021

Conversation

synfinatic
Copy link
Owner

  • Add proper auto-complete support for options and cached values
  • Remove --cache option since we have a chicken/egg situation

Refs: #12

@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2021

Codecov Report

Merging #129 (ced3319) into main (6a962a2) will increase coverage by 0.15%.
The diff coverage is 38.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
+ Coverage   38.63%   38.79%   +0.15%     
==========================================
  Files           7        7              
  Lines        1131     1142      +11     
==========================================
+ Hits          437      443       +6     
- Misses        662      666       +4     
- Partials       32       33       +1     
Impacted Files Coverage Δ
sso/awssso.go 0.00% <0.00%> (ø)
sso/cache.go 45.71% <0.00%> (+0.13%) ⬆️
sso/settings.go 53.07% <0.00%> (ø)
utils/utils.go 41.12% <70.00%> (+2.34%) ⬆️

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 6a962a2...ced3319. Read the comment docs.

 * Add proper auto-complete support for options and cached values
 * Remove --cache option since we have a chicken/egg situation

Refs: #12
@synfinatic synfinatic merged commit f2cb9c6 into main Nov 14, 2021
@synfinatic synfinatic deleted the complete branch November 14, 2021 18:46
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.

2 participants