]> git.immae.eu Git - perso/Immae/Projets/Scripts/Public.git/blob - zcompletion/_cmdtemp
Add configuration examples for script
[perso/Immae/Projets/Scripts/Public.git] / zcompletion / _cmdtemp
1 #compdef cmdtemp
2
3 _cmdtemp() {
4 _arguments -s -S \
5 "*::cmdtemp command:_list_commands"
6 return 0
7 }
8
9
10 (( $+functions[_list_commands] )) ||
11 _list_commands() {
12 _message "`cmdtemp`"
13 }