package
0.0.0-20220820134905-666a20ff9307
Repository: https://github.com/entropyio/go-entropy.git
Documentation: pkg.go.dev

# Functions

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

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