Documentation
¶
Overview ¶
Package ageagentlauncher wires the standalone gopass CLI's age-agent launcher into the age backend.
Only the standalone gopass binary owns the `age agent start` subcommand, so the os.Args[0] re-exec that starts the agent lives here (CLI side), not in the age backend. The backend must stay embeddable as a library: a consumer that does not register a launcher gets graceful degradation (no autostart, per-operation password prompt) instead of a fork bomb. See internal/backend/crypto/age.WithAgentLauncher.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.