Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Logging struct { Level slog.Level `env:"GIT_AGE_LOG_LEVEL" help:"Log level" default:"warn"` } `embed:""` Serve cli.ServeCliHandler `cmd:"" name:"serve" help:"serve a keyring agent server"` Keys cli.KeysCliHandler `cmd:"" name:"keys" help:"manage identities"` }
Click to show internal directories.
Click to hide internal directories.