summaryrefslogtreecommitdiff
path: root/net:foret/completion/_endurance
diff options
context:
space:
mode:
Diffstat (limited to 'net:foret/completion/_endurance')
-rw-r--r--net:foret/completion/_endurance8
1 files changed, 5 insertions, 3 deletions
diff --git a/net:foret/completion/_endurance b/net:foret/completion/_endurance
index b37a266..1af5d51 100644
--- a/net:foret/completion/_endurance
+++ b/net:foret/completion/_endurance
@@ -18,9 +18,11 @@ _endurance() {
case "$service" in
do.sh)
_arguments \
- ':actions:(( $(list-commands) ))' \
- ':tests:(( $(list-tests) ))' \
- ':nodes:(( $(list-nodes) ))'
+ ':actions:(( $(list-commands) ))' \
+ ':tests:(( $(list-tests) ))' \
+ ':nodes:(( $(list-nodes) ))'
+ _alternative \
+ '*:files: _files'
;;
esac