cmd

package
v0.0.26 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2026 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

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

Types

type CliOptions

type CliOptions struct {
	Version string
}

type InputsFile

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

type RunArgs struct {
	InputsPath   string
	OutFormatOpt string
}

type TestInitStore

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

func (TestInitStore) GetAccountsMetadata

func (TestInitStore) GetBalances

Jump to

Keyboard shortcuts

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