summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-11-22 14:55:39 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-11-22 14:55:49 +0100
commitd856e16a625c1f134f985c977617a6d485dabd9b (patch)
tree6dc86f1d07edfc3fdece590d71997bdb6eff52b4
parent822f22038be851c50742d623ba43a174dcbcbb91 (diff)
[Compsys] files++
-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