|
QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
|
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"]). | |
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.
| QStringList ResolvedGpgconfCommand::arguments |
| QString ResolvedGpgconfCommand::program |