Documentation ¶ Index ¶ Variables func New(parent charm.Command, f *flag.FlagSet) (charm.Command, error) type Command func (c *Command) Run(args []string) error Constants ¶ This section is empty. Variables ¶ View Source var Query = &charm.Spec{ Name: "query", Usage: "query [options] [zed-query]", Short: "run a Zed query against a data lake", Long: ` "zed lake query" runs a Zed query against a data lake. `, New: New, } Functions ¶ func New ¶ func New(parent charm.Command, f *flag.FlagSet) (charm.Command, error) Types ¶ type Command ¶ type Command struct { // contains filtered or unexported fields } 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.