mirror of
https://github.com/beetbox/beets.git
synced 2026-02-26 09:11:32 +01:00
Update comments in _beet_cached
This commit is contained in:
parent
df3a4317a6
commit
873a6251af
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
#compdef beet
|
||||
|
||||
# cached completion file for beet (generated from _beet)
|
||||
# Cached completion file for beet (generated from _beet)
|
||||
# To use this file add the following line to your .zshrc file: compdef _beet_cached beet
|
||||
# Note: this was created from _beet, and should be regenerated when new fields or plugins are added.
|
||||
# See comments at the start of _beet for instructions on how to do this.
|
||||
|
||||
# Created with the following plugins active: fuzzy play info lyrics fromfilename check lastgenre badfiles chroma edit smartplaylist
|
||||
|
||||
_beet_field_values () {
|
||||
local -a output fieldvals
|
||||
|
|
|
|||
Loading…
Reference in a new issue