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:""` Clean clih.CleanCliHandler `cmd:"" name:"clean" hidden:"" help:"clean should only be invoked by Git"` Smudge clih.SmudgeCliHandler `cmd:"" name:"smudge" hidden:"" help:"smudge should only be invoked by Git"` Files clih.FilesCliHandler `cmd:"" name:"files" help:"Interact with repo files"` AddRecipient clih.AddRecipientCliHandler `cmd:"" name:"add-recipient" help:"Generate a recipient to the list of recipients"` Keys clih.KeysCliHandler `cmd:"" name:"keys" help:"Manage keys"` Init clih.InitCliHandler `cmd:"" name:"init" help:"Initialize a repository"` Install clih.InstallCliHandler `cmd:"" name:"install" help:"Install git-age hooks in global git config"` Version clih.VersionCliHandler `cmd:"" name:"version" help:"Print version information" default:"1"` }
func (*App) AfterApply ¶ added in v0.1.6
Click to show internal directories.
Click to hide internal directories.