cmd

package
v0.0.0-...-5f584a5 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2021 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Fork = cli.Command{
	Name:        "fork",
	Usage:       "Fork",
	Description: `Create a fork`,
	Action:      printFork,
	Flags: []cli.Flag{
		stringFlag("message, m", "", "Give wisdom for your fork."),
		stringFlag("color, c", "", "color your spoon"),
	},
}
View Source
var Spoon = cli.Command{
	Name:        "spoon",
	Usage:       "Spoon",
	Description: `Create a spoon`,
	Action:      printSpoon,
	Flags: []cli.Flag{
		stringFlag("message, m", "", "Give wisdom for your spoon."),
		stringFlag("color, c", "", "color your spoon"),
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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