package
1.0.8
Repository: https://github.com/chislab/go-fiscobcos.git
Documentation: pkg.go.dev

# Functions

CheckExclusive verifies that only a single instance of the provided flags was set by the user.
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.
This allows the use of the existing configuration functionality.
NewApp creates an app with sane defaults.

# Variables

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

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