cmd

package
v0.0.0-...-94aa108 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2022 License: MIT Imports: 10 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL