junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
62.31k stars 2.35k forks source link

chore: Update flags to include long-form options for case #3785

Closed LangLangBart closed 2 months ago

LangLangBart commented 2 months ago

Description

Addition of long options for the existing -i and +i flags.

The rationale behind long options is their self-descriptive nature. Currently, these flags are outliers as they do not have corresponding long options. Introducing them would improve consistency across command-line flags.

junegunn commented 2 months ago

Thanks!