Versions in this module
v1
Oct 30, 2024
Changes in this version
Oct 15, 2024
Oct 9, 2024
Oct 3, 2024
Sep 23, 2024
Jul 2, 2024
Jun 25, 2024
Jun 20, 2024
Changes in this version
v0
Jun 4, 2024
May 17, 2024
Apr 30, 2024
May 8, 2024
May 17, 2024
May 2, 2024
Apr 16, 2024
Feb 14, 2024
Feb 14, 2024
Feb 13, 2024
Feb 19, 2024
Feb 13, 2024
Feb 7, 2024
Feb 3, 2024
Feb 1, 2024
Jan 31, 2024
Changes in this version
+
var ComposeFileFlag *cli.StringSliceFlag = &cli.StringSliceFlag
—
darwin/amd64, js/wasm, linux/amd64
+
func GetMultiselectIndices[DataType any](c *cli.Context, flagName string, options []SelectionOption[DataType], ...) ([]*DataType, error)
—
darwin/amd64, js/wasm, linux/amd64
+
func InstantiateFlag[FlagType cli.Flag](prototype FlagType, description string) cli.Flag
—
darwin/amd64, js/wasm, linux/amd64
+
func ParseFloat(c *cli.Context, name string, value string, isFraction bool) (*big.Int, error)
—
darwin/amd64, js/wasm, linux/amd64
+
func PrintDepositMismatchError(rpNetwork, beaconNetwork uint64, ...)
—
darwin/amd64, js/wasm, linux/amd64
+
func PrintNetwork(currentNetwork types.Network, isNew bool) error
—
darwin/amd64, js/wasm, linux/amd64
+
func PrintTransactionBatchHashes(hd *client.HyperdriveClient, hashes []common.Hash)
—
darwin/amd64, js/wasm, linux/amd64
+
func PrintTransactionHash(hd *client.HyperdriveClient, hash common.Hash)
—
darwin/amd64, js/wasm, linux/amd64
+
func PrintTransactionHashNoCancel(hd *client.HyperdriveClient, hash common.Hash)
—
darwin/amd64, js/wasm, linux/amd64
+
func Prompt(initialPrompt string, expectedFormat string, incorrectFormatPrompt string) string
—
darwin/amd64, js/wasm, linux/amd64
+
func PromptPassword(initialPrompt string, expectedFormat string, incorrectFormatPrompt string) string
—
darwin/amd64, js/wasm, linux/amd64
+
func Select(initialPrompt string, options []string) (int, string)
—
darwin/amd64, js/wasm, linux/amd64
Jan 28, 2024