cmd

package
v0.0.20 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2025 License: MIT Imports: 14 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)

func MakeSpecsFile added in v0.0.20

func MakeSpecsFile(source string) (specs_format.Specs, error)

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
}

type TestInitStore added in v0.0.20

type TestInitStore struct {
	DefaultBalance *big.Int
	Balances       interpreter.Balances
	Meta           interpreter.AccountsMetadata
}

func (TestInitStore) GetAccountsMetadata added in v0.0.20

func (TestInitStore) GetBalances added in v0.0.20

Jump to

Keyboard shortcuts

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