From 25c776306741462b17ff651362ed961cce3824a4 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 28 Jun 2013 14:36:04 -0400 Subject: 31xxx: Completion/Debian/Command/_dak: complete files for subcommands that are not explicitly specified. --- ChangeLog | 5 +++++ Completion/Debian/Command/_dak | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0da9ee5a0..a0ba7dca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-06-28 Clint Adams + + * 31xxx: Completion/Debian/Command/_dak: complete files for + subcommands that are not explicitly specified. + 2013-06-27 Mikael Magnusson * 31483: Call zrefresh() before unqueue()ing signals, was diff --git a/Completion/Debian/Command/_dak b/Completion/Debian/Command/_dak index 5aaaeefbc..840fc0017 100644 --- a/Completion/Debian/Command/_dak +++ b/Completion/Debian/Command/_dak @@ -238,6 +238,10 @@ case $cmd in ) ;; + (*) + _files + ;; + esac _arguments -s "$args[@]" && ret=0 -- cgit 1.4.1