package
1.13.14-0.1.0-rc.1
Repository: https://github.com/ava-labs/libevm.git
Documentation: pkg.go.dev

# Functions

AutoEnvVars extends all the specific CLI flags with automatically generated env vars by capitalizing the flag, replacing .
CheckEnvVars iterates over all the environment variables and checks if any of them look like a CLI flag but is not consumed.
FlagString prints a single flag in help.
GlobalBig returns the value of a BigFlag from the global flag set.
GlobalTextMarshaler returns the value of a TextMarshalerFlag from the global flag set.
No description provided by the author
Merge merges the given flag slices.
MigrateGlobalFlags makes all global flag values available in the context.
NewApp creates an app with sane defaults.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BigFlag is a command line flag that accepts 256 bit big integers in decimal or hexadecimal syntax.
DirectoryFlag is custom cli.Flag type which expand the received string to an absolute path.
TextMarshalerFlag wraps a TextMarshaler value.

# Interfaces

No description provided by the author

# Type aliases

DirectoryString is custom type which is registered in the flags library which cli uses for argument parsing.