subcmds

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2025 License: MIT, MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConfigsChainIDFlag = &cli.StringFlag{
		Name:  "chain-id",
		Usage: "Chain ID to report chain configuration for",
	}
	ConfigsNetworkFlag = &cli.StringFlag{
		Name:  "network",
		Usage: "Network to report chain configuration for",
	}
)
View Source
var ConfigsCommand = &cli.Command{
	Name:        "configs",
	Usage:       "List the supported chain configurations",
	Description: "List the supported chain configurations.",
	Action:      ListConfigs,
	Flags: []cli.Flag{
		ConfigsChainIDFlag,
		ConfigsNetworkFlag,
	},
}

Functions

func ListConfigs

func ListConfigs(ctx *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