Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion for gpg not working



[>workers]

On Mar 16,  1:31pm, Mikael Magnusson wrote:
} Subject: Re: completion for gpg not working
}
}  case "$service" in
}    gpg)
} -    _arguments -C -s -S -A "-*" $gpgbasic $gpgextra $gpgv '*:args:->args'
} +    _arguments -C -s -S -A "-*" $gpgbasic $gpgextra $gpgv
} '*:args:->args' && ret=0
}      ;;

I was going to point out that it's sufficient to do

}    gpg-zip)
}      _arguments -C -s -S -A "-*" $gpgbasic $gpgzip '*:args:->args'
}      ;;
} -esac
} +esac && ret=0

rather than change every call to _arguments, but PWS has already beaten
me to committing the patch as-is.  No big deal.



Messages sorted by: Reverse Date, Date, Thread, Author