package
1.4.0
Repository: https://github.com/thebigjc/gopass.git
Documentation: pkg.go.dev

# Functions

GetClipTimeout returns the value of clip timeout or the default (45).
HasAlwaysYes returns true if a value for AlwaysYes has been set in this context.
HasAskForMore returns true if a value for AskForMore has been set in this context.
HasClipTimeout returns true if a value for ClipTimeout has been set in this context.
HasColor returns true if a value for Color has been set in this context.
HasDebug returns true if a value for debug has been set in this context.
HasGitCommit returns true if a value for GitCommit has been set in this context.
HasInteractive returns true if a value for Interactive has been set in this context.
HasNoConfirm returns true if a value for NoConfirm has been set in this context.
HasNoPager returns true if a value for NoPager has been set in this context.
HasShowSafeContent returns true if a value for ShowSafeContent has been set in this context.
HasStdin returns true if a value for Stdin has been set in this context.
HasTerminal returns true if a value for Terminal has been set in this context.
IsAlwaysYes returns the value of always yes or the default (false).
IsAskForMore returns the value of ask for more or the default (false).
IsColor returns the value of color or the default (true).
IsDebug returns the value of debug or the default (false).
IsGitCommit returns the value of git commit or the default (true).
IsInteractive returns the value of interactive or the default (true).
IsNoConfirm returns the value of ask for more or the default (false).
IsNoPager returns the value of ask for more or the default (false).
IsShowSafeContent returns the value of ask for more or the default (false).
IsStdin returns the value of stdin, i.e.
IsTerminal returns the value of terminal or the default (true).
WithAlwaysYes returns a context with the value of always yes set.
WithAskForMore returns a context with the value for ask for more set.
WithClipTimeout returns a context with the value for clip timeout set.
WithColor returns a context with an explizit value for color.
WithDebug returns a context with an explizit value for debug.
WithGitCommit returns a context with the value of git commit set.
WithInteractive returns a context with an explizit value for interactive.
WithNoConfirm returns a context with the value for ask for more set.
WithNoPager returns a context with the value for ask for more set.
WithShowSafeContent returns a context with the value for ask for more set.
WithStdin returns a context with the value for Stdin set.
WithTerminal returns a context with an explizit value for terminal.