runcmd

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagSubcommand = "run"
	FlagHelpPrefix = `` /* 193-byte string literal not displayed */

	FlagHelpSuffix = `
`
)

Variables

This section is empty.

Functions

func Run

func Run(args Args) error

Types

type Args

type Args struct {
	App              string
	Region           string
	ScoreFileContent []byte
	Extensions       []Extension
}

func ParseFlagArgs

func ParseFlagArgs(parent *flag.FlagSet) (Args, error)

type Extension

type Extension struct {
	Path   string      `json:"path"`
	Set    interface{} `json:"set"`
	Delete bool        `json:"delete"`
}

Jump to

Keyboard shortcuts

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