Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Root = &gcmd.Command{ Name: "owls", Usage: "owls", Brief: "owls is a rapid development application", Arguments: []gcmd.Argument{ {Name: "config", Short: "c", Brief: "custom config file"}, }, Func: func(ctx context.Context, parser *gcmd.Parser) (err error) { fmt.Print(consts.Logo) gcmd.CommandFromCtx(ctx).Print() return nil }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.