1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

2004-02-26 Marcus Brinkmann <marcus@g10code.de>

* gpgconf-comp.c (change_options_program): Support all types of
	options, including list types.
This commit is contained in:
Marcus Brinkmann 2004-02-26 18:39:34 +00:00
parent 255d2cea04
commit aa7a4c1aec
3 changed files with 77 additions and 13 deletions

View file

@ -412,3 +412,11 @@ TODO
* Extend the backend interface to include gettext domain and
description, if available, to avoid repeating this information in
gpgconf.
* Left out string arguments (optional) are written out exactly as
empty string arguments. Should we do quoting?
* More string argument trouble: Special characters like newlines etc
cause trouble. Again, should we do quoting?