Documentation ¶ Index ¶ func NewCommand(cfg *config.Config, files config.Embedded) *cobra.Command type Command func NewSyncCommand(cfg *config.Config, embedded config.Embedded) *Command func (cmd *Command) Flags() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCommand ¶ func NewCommand(cfg *config.Config, files config.Embedded) *cobra.Command Types ¶ type Command ¶ type Command struct { // Command is the Cache cobra.Command instance Command *cobra.Command } func NewSyncCommand ¶ func NewSyncCommand(cfg *config.Config, embedded config.Embedded) *Command func (*Command) Flags ¶ func (cmd *Command) Flags() Source Files ¶ View all Source files sync.go Click to show internal directories. Click to hide internal directories.