From: Jani Nikula Date: Sat, 17 Oct 2015 16:30:02 +0000 (+0300) Subject: completion: complete shared options for each command X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/cd4814ecb35c63152aced04fcb82e5facf1463ca?hp=cd4814ecb35c63152aced04fcb82e5facf1463ca completion: complete shared options for each command Add support for completing --help, --uuid=, and --version after the subcommand. Do not support shared options at the top level yet due to difficulties in handling options with arguments. --uuid necessitates adding 'compopt -o nospace' also to notmuch new completion, but that just brings it in line with the rest. ---