Documentation ¶ Index ¶ Variables func New(parent charm.Command, f *flag.FlagSet) (charm.Command, error) type Command func (c *Command) Display(w io.Writer) bool func (c *Command) Run(args []string) error Constants ¶ This section is empty. Variables ¶ View Source var Cmd = &charm.Spec{ Name: "load", Usage: "load [options] file|S3-object|- ...", Short: "add and commit data to a branch", Long: ` The load command adds data to a pool and commits it to a branch. `, New: New, } Functions ¶ func New ¶ func New(parent charm.Command, f *flag.FlagSet) (charm.Command, error) Types ¶ type Command ¶ type Command struct { *root.Command cli.LakeFlags cli.CommitFlags // contains filtered or unexported fields } func (*Command) Display ¶ func (c *Command) Display(w io.Writer) bool func (*Command) Run ¶ func (c *Command) Run(args []string) error Source Files ¶ View all Source files command.go Click to show internal directories. Click to hide internal directories.