Versions in this module Expand all Collapse all v1 v1.12.9 Oct 4, 2021 Changes in this version + const ExitAborted + const ExitAlreadyInitialized + const ExitAudit + const ExitConfig + const ExitDecrypt + const ExitEncrypt + const ExitFsck + const ExitGPG + const ExitGit + const ExitIO + const ExitList + const ExitMount + const ExitNoName + const ExitNotFound + const ExitNotInitialized + const ExitOK + const ExitRecipients + const ExitUnknown + const ExitUnsupported + const ExitUsage + func ExitError(exitCode int, err error, format string, args ...interface{}) error + func GetKey(ctx context.Context) string + func GetRevision(ctx context.Context) string + func HasKey(ctx context.Context) bool + func HasRevision(ctx context.Context) bool + func IsAlsoClip(ctx context.Context) bool + func IsClip(ctx context.Context) bool + func IsOnlyClip(ctx context.Context) bool + func IsPasswordOnly(ctx context.Context) bool + func IsPrintQR(ctx context.Context) bool + func ShowFlags() []cli.Flag + func WithAlsoClip(ctx context.Context, clip bool) context.Context + func WithClip(ctx context.Context, clip bool) context.Context + func WithKey(ctx context.Context, sv string) context.Context + func WithOnlyClip(ctx context.Context, clip bool) context.Context + func WithPasswordOnly(ctx context.Context, pw bool) context.Context + func WithPrintQR(ctx context.Context, qr bool) context.Context + func WithRevision(ctx context.Context, rev string) context.Context + type Action struct + Name string + Store *root.Store + func New(cfg *config.Config, sv semver.Version) (*Action, error) + func (s *Action) AliasesAdd(c *cli.Context) error + func (s *Action) AliasesDelete(c *cli.Context) error + func (s *Action) AliasesPrint(c *cli.Context) error + func (s *Action) AliasesRemove(c *cli.Context) error + func (s *Action) Audit(c *cli.Context) error + func (s *Action) BinaryCopy(c *cli.Context) error + func (s *Action) BinaryMove(c *cli.Context) error + func (s *Action) Cat(c *cli.Context) error + func (s *Action) Clone(c *cli.Context) error + func (s *Action) Complete(c *cli.Context) + func (s *Action) CompleteGenerate(c *cli.Context) + func (s *Action) CompletionBash(c *cli.Context) error + func (s *Action) CompletionFish(a *cli.App) error + func (s *Action) CompletionOpenBSDKsh(a *cli.App) error + func (s *Action) CompletionZSH(a *cli.App) error + func (s *Action) Config(c *cli.Context) error + func (s *Action) ConfigComplete(c *cli.Context) + func (s *Action) Convert(c *cli.Context) error + func (s *Action) Copy(c *cli.Context) error + func (s *Action) Create(c *cli.Context) error + func (s *Action) Delete(c *cli.Context) error + func (s *Action) Edit(c *cli.Context) error + func (s *Action) Env(c *cli.Context) error + func (s *Action) Find(c *cli.Context) error + func (s *Action) FindNoFuzzy(c *cli.Context) error + func (s *Action) Fsck(c *cli.Context) error + func (s *Action) Generate(c *cli.Context) error + func (s *Action) GetCommands() []*cli.Command + func (s *Action) Grep(c *cli.Context) error + func (s *Action) History(c *cli.Context) error + func (s *Action) Init(c *cli.Context) error + func (s *Action) Insert(c *cli.Context) error + func (s *Action) IsInitialized(c *cli.Context) error + func (s *Action) Link(c *cli.Context) error + func (s *Action) List(c *cli.Context) error + func (s *Action) Merge(c *cli.Context) error + func (s *Action) MountAdd(c *cli.Context) error + func (s *Action) MountRemove(c *cli.Context) error + func (s *Action) MountsComplete(*cli.Context) + func (s *Action) MountsPrint(c *cli.Context) error + func (s *Action) Move(c *cli.Context) error + func (s *Action) OTP(c *cli.Context) error + func (s *Action) RCSAddRemote(c *cli.Context) error + func (s *Action) RCSInit(c *cli.Context) error + func (s *Action) RCSPull(c *cli.Context) error + func (s *Action) RCSPush(c *cli.Context) error + func (s *Action) RCSRemoveRemote(c *cli.Context) error + func (s *Action) RCSStatus(c *cli.Context) error + func (s *Action) REPL(c *cli.Context) error + func (s *Action) RecipientsAdd(c *cli.Context) error + func (s *Action) RecipientsComplete(c *cli.Context) + func (s *Action) RecipientsPrint(c *cli.Context) error + func (s *Action) RecipientsRemove(c *cli.Context) error + func (s *Action) Setup(c *cli.Context) error + func (s *Action) Show(c *cli.Context) error + func (s *Action) String() string + func (s *Action) Sum(c *cli.Context) error + func (s *Action) Sync(c *cli.Context) error + func (s *Action) TemplateEdit(c *cli.Context) error + func (s *Action) TemplatePrint(c *cli.Context) error + func (s *Action) TemplateRemove(c *cli.Context) error + func (s *Action) TemplatesComplete(c *cli.Context) + func (s *Action) TemplatesPrint(c *cli.Context) error + func (s *Action) Unclip(c *cli.Context) error + func (s *Action) Update(c *cli.Context) error + func (s *Action) Version(c *cli.Context) error