cristiand391 / sf-plugin-fzf-cmp

Fuzzy completion for the Salesforce CLI
3 stars 0 forks source link

feat: skip deprecated aliases #3

Closed cristiand391 closed 9 months ago

cristiand391 commented 9 months ago

What does this PR do?

Makes fzf-cmp skip deprecated command aliases. This required a small refactor to get commands and aliases from config.plugins instead of config.commands (which includes cmds + aliases merged)

on sf 2.24.1 (which deprecated a bunch of aliases) now we get 200 suggestions vs 343 on latest fzf-cmp.

image