summaryrefslogtreecommitdiff
path: root/etc/completions/_np
blob: bfefd7fce01926d9d2d035311844b69c8daed1c6 (plain)
1
2
3
4
5
6
7
8
9
#compdef np
## vim:ft=zsh

local arguments

arguments=(
	'1:output:(album artist file song)'
)
_arguments -s $arguments