aboutsummaryrefslogtreecommitdiffstats
path: root/src/_bower
Commit message (Collapse)AuthorAgeFilesLines
* _bower: fix completing optionsMikael Magnusson2026-05-031-28/+26
| | | | | | | | the (--foo)--foo is harmless but redundant and makes things hard to read, we only need that syntax when we want to prevent an option being completed together with *another* option, such as the instance with (-t --token){-t,--token} where _arguments doesn't know those do the same thing.
* Update linksShohei YOSHIDA2022-11-231-2/+2
|
* follow normal zsh case conventions in some functionsOliver Kiddle2017-10-281-58/+49
|
* Add license to bower completionJoe Lencioni2016-02-061-0/+25
| | | | | In #207, I was asked to add the BSD license to this completion that I wrote. This commit takes care of that.
* bower: add loginDaniel Hahler2015-07-281-0/+8
| | | | Ref: https://github.com/zsh-users/zsh-completions/pull/332#issuecomment-125086483
* bower: add unregister, --version, --no-colorDaniel Hahler2015-06-291-3/+7
|
* Add Bower completionJoe Lencioni2014-05-261-0/+135
http://bower.io/