cmd

package
v0.0.19 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OutputFormatPretty = "pretty"
	OutputFormatJson   = "json"
)

Variables

This section is empty.

Functions

func Execute

func Execute(options CliOptions)

Types

type CliOptions

type CliOptions struct {
	Version string
}

type InputsFile added in v0.0.19

type InputsFile struct {
	FeatureFlags []string                     `json:"featureFlags"`
	Variables    map[string]string            `json:"variables"`
	Meta         interpreter.AccountsMetadata `json:"metadata"`
	Balances     interpreter.Balances         `json:"balances"`
}

type RunArgs added in v0.0.19

type RunArgs struct {
	InputsPath   string
	OutFormatOpt string
}

Jump to

Keyboard shortcuts

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