# Functions
Fatalf formats a message to standard error and exits the program.
GlobalBig returns the value of a BigFlag from the global flag set.
GlobalTextMarshaler returns the value of a TextMarshalerFlag from the global flag set.
NewApp creates an app with sane defaults.
# Variables
No description provided by the author
# Structs
BigFlag is a command line flag that accepts 256 bit big integers in decimal or hexadecimal syntax.
Custom cli.Flag type which expand the received string to an absolute path.
Custom type which is registered in the flags library which cli uses for argument parsing.
TextMarshalerFlag wraps a TextMarshaler value.
# Interfaces
No description provided by the author