package
0.0.0-20240925130209-36e4bf4d5b17
Repository: https://github.com/1password/shell-plugins.git
Documentation: pkg.go.dev

# Functions

Always returns a NeedsAuthentication rule to always require authentication.
ForCommand returns a NeedsAuthentication rule to require authentication for certain (sub)command, e.g.
IfAll returns a NeedsAuthentication that opts in to the authentication requirement only if all the specified rules opt in to the authentication requirement.
IfAny returns a NeedsAuthentication rule that only opts in to the authentication requirement if at least one specified rule opts in to the authentication requirement.
NotForExactArgs returns a NeedsAuthentication rule to opt out of authentication when the command-line args are an exact match with the passed in args.
No description provided by the author
No description provided by the author
No description provided by the author
NotWhenContainsArgs returns a NeedsAuthentication rule to not require authentication when the exact sequence of argsToSkip is present somewhere in the command-line args.
No description provided by the author