Versions in this module Expand all Collapse all v1 v1.0.0 Mar 4, 2024 Changes in this version + type Cli struct + func NewCli(sharingService *sharing.Service) *Cli + func (c *Cli) Run(ctx context.Context) error + type Handler interface + Run func(ctx context.Context, command *flags.Command) error + type Options struct + Cert *certOptions + Receive *receiveOptions + Relay *relayOptions + Share *shareOptions + Verbose []bool