zsh/compdef/_mediathek
Alexander Gehrke (crater2150) 58cc14e1aa new compdefs
2016-01-05 03:55:24 +01:00

9 lines
127 B
Plaintext

#compdef mediathek
function _mediathek {
typeset -a targets
targets=("${(@f)$(mediathek -l)}")
_describe target targets
}