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

local arguments

arguments=(
	'::mode:(file artist album song)'
)

_arguments -s $arguments