mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpg-agent.c (main): New option --batch. New option --debug-wait
n, so that it is possible to attach gdb when used in server mode. * query.c (agent_askpin): Don't ask in batch mode.
This commit is contained in:
parent
7606e3b33a
commit
61ba223221
4 changed files with 23 additions and 1 deletions
|
@ -33,6 +33,7 @@ struct {
|
|||
int verbose; /* verbosity level */
|
||||
int quiet; /* be as quiet as possible */
|
||||
int dry_run; /* don't change any persistent data */
|
||||
int batch; /* batch mode */
|
||||
const char *homedir; /* configuration directory name */
|
||||
const char *pinentry_program;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue