Skip to content

fix(filter): --no-strict not working, also weird behavior#737

Merged
caarlos0 merged 1 commit intomainfrom
fix-filter-no-strict
Dec 4, 2024
Merged

fix(filter): --no-strict not working, also weird behavior#737
caarlos0 merged 1 commit intomainfrom
fix-filter-no-strict

Conversation

@caarlos0
Copy link
Copy Markdown
Contributor

@caarlos0 caarlos0 commented Dec 3, 2024

Fixes #695

Changes

  • --no-strict was erroring as non-existent option
  • when --no-strict, we should actually create a "fake" option with whatever the user is typing

@caarlos0 caarlos0 self-assigned this Dec 3, 2024
@caarlos0 caarlos0 added bug Something isn't working cmd/filter labels Dec 3, 2024
- `--no-strict` was erroring as non-existent option
- when `--no-strict`, we should actually create a "fake" option with
  whatever the user is typing

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cmd/filter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gum filter --no-strict limits the possibility to use shorter values partially matching the options

3 participants