package
0.28.0
Repository: https://github.com/ten-protocol/go-ten.git
Documentation: pkg.go.dev

# Functions

AutoEnvVars extends all the specific CLI flags with automatically generated env vars by capitalizing the flag, replacing .
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

# 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.