QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
ResolvedGpgconfCommand Struct Reference

Represents a command invocation for gpgconf operations. More...

#include <pass.h>

Public Attributes

QString program
 Executable to run — may be a bare name resolved via PATH or a wrapper (e.g. wsl.exe) rather than a direct gpgconf path.
QStringList arguments
 Full argv list, including any wrapper/prefix args followed by the actual gpgconf operation flags (e.g. ["--kill", "gpg-agent"]).

Detailed Description

Represents a command invocation for gpgconf operations.

On Unix this is typically just the gpgconf binary; on Windows/WSL it may be a wrapper such as wsl.exe with gpgconf as a prefixed argument.

Definition at line 24 of file pass.h.

Member Data Documentation

◆ arguments

QStringList ResolvedGpgconfCommand::arguments

Full argv list, including any wrapper/prefix args followed by the actual gpgconf operation flags (e.g. ["--kill", "gpg-agent"]).

Definition at line 34 of file pass.h.

◆ program

QString ResolvedGpgconfCommand::program

Executable to run — may be a bare name resolved via PATH or a wrapper (e.g. wsl.exe) rather than a direct gpgconf path.

Definition at line 29 of file pass.h.


The documentation for this struct was generated from the following file: