gazorby / fish-abbreviation-tips

💡 Help you remembering your abbreviations
MIT License
291 stars 7 forks source link

Lots of output when I use command line #9

Closed yesmar12 closed 3 years ago

yesmar12 commented 3 years ago

Question

Whenever I type any work followed by a space I get this output:

abbr: Unknown option '-q'
/usr/local/Cellar/fish/3.0.2/share/fish/functions/abbr.fish (line 7): 
    argparse -n abbr $options -- $argv
    ^
in function 'abbr'
    called on line 93 of file ~/.config/fish/conf.d/abbr_tips.fish
    with parameter list '-q fisher add gazorby/fish-abbreviation-tips'

in function '__abbr_tips'
    called on standard input
    with parameter list 'fisher add gazorby/fish-abbreviation-tips'

in event handler: handler for generic event 'fish_postexec'

       abbr - manage fish abbreviations

   Synopsis
       abbr --add [SCOPE] WORD EXPANSION
       abbr --erase word
       abbr --rename [SCOPE] OLD_WORD NEW_WORD
       abbr --show
       abbr --list

abbr: Type 'help abbr' for related documentation

I have very few plugins installed image

I have tried this with no abbr set and with no abbr set. No configuration can get this issue to not work. I am new to fish so I am unsure how to debug.

$ fish -v
fish, version 3.0.2
gazorby commented 3 years ago

What is your fish version ?

yesmar12 commented 3 years ago
$ fish -v
fish, version 3.0.2
gazorby commented 3 years ago

The fish-abbreviation plugin only work with fish 3.1+

yesmar12 commented 3 years ago

Missed that, thanks for your help!