blob: 941c23b7728ac563f723eaf38d179f41f92335c2 (
plain)
1
2
3
4
5
6
7
8
|
#compdef dtas-msinkctl
# To the extent possible under law, James Rowe has waived all copyright and
# related or neighboring rights to this example.
_arguments \
"1:select action:(active{,-{set,add,sub}} nonblock)" \
"*:select sink:($(dtas-ctl sink ls 2> /dev/null))"
|