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

Replace list --profile-prefix with --prefix #396

Merged
merged 1 commit into from
May 11, 2022
Merged

Conversation

synfinatic
Copy link
Owner

Support more advanced prefix filter on any field, not just Profile
with --prefix = instead of just
--profile-prefix to enable more advanced auto-complete
shell integrations that don't rely on bash completion.

helpers now include --no-config-check by default

Fixes: #395

Support more advanced prefix filter on any field, not just Profile
with --prefix <FieldName>=<Prefix> instead of just
--profile-prefix <Prefix> to enable more advanced auto-complete
shell integrations that don't rely on bash completion.

helpers now include `--no-config-check` by default

Fixes: #395
@codecov
Copy link

codecov bot commented May 11, 2022

Codecov Report

Merging #396 (9f2270d) into main (a7904de) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #396   +/-   ##
=======================================
  Coverage   77.47%   77.47%           
=======================================
  Files          21       21           
  Lines        2526     2526           
=======================================
  Hits         1957     1957           
  Misses        496      496           
  Partials       73       73           

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 a7904de...9f2270d. Read the comment docs.

@synfinatic synfinatic merged commit 5c0bbcb into main May 11, 2022
@synfinatic synfinatic deleted the advanced-prefix-filter branch May 11, 2022 16:34
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.

Improve list prefix search feature
1 participant