Commit aea46f1f authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

reindent bash completion with spaces

parent 70798f22
Loading
Loading
Loading
Loading
+130 −129
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@ _is() {
   _get_comp_words_by_ref cur prev cword
   _get_first_arg
   cmds=('add' 'build' 'cat' 'changelog' 'check' 'chroot' 'clean' 'copy' 'del'
	'extract' 'get' 'help' 'info' 'init' 'install' 'list' 'move' 'new' 'repo' 'search' 'version' 'diff')
       'extract' 'get' 'help' 'info' 'init' 'install' 'list' 'move' 'new' 'repo'
       'search' 'version' 'diff')
   opts=('-h'  '--help'
   '-V'  '--version'
   '-d'  '--debug'
@@ -154,4 +155,4 @@ _is() {

complete -F _is is

# ex: ts=4 sw=4 et filetype=sh
# ex: ts=3 sw=3 et filetype=sh