mode

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdModeList = cli.Command{
	Name:        "list",
	Usage:       "list run modes",
	Description: `List modes defined in project config file`,
	Action:      RunModeList,
}
View Source
var CmdModeSelect = cli.Command{
	Name:        "select",
	Usage:       "select run mode",
	Description: `Select mode defined in project config file`,
	ArgsUsage:   "[<mode>]",
	Action:      RunSelectMode,
}

Functions

func RunModeList

func RunModeList(cmd *cli.Context) error

func RunSelectMode

func RunSelectMode(cmd *cli.Context) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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