package
0.0.0-20221109042318-2adbdf031b6b
Repository: https://github.com/forbole/soljuno.git
Documentation: pkg.go.dev

# Functions

DefaultConfigCreator represents the default configuration creator that builds a Config instance using the values specified using the default flags.
DefaultFlagSetup represents a ConfigFlagSetup that sets no flag other than the default ones.
InitCmd returns the command that should be run in order to properly initialize BDJuno.
NewConfig allows to build a new Config instance.

# Structs

Config contains the configuration data for the init command.

# Type aliases

ConfigCreator represents a function that builds a Config instance from the flags that have been specified by the user inside the given command.
ConfigFlagSetup represents a function that will be called in order to setup all the flags for the "init" command.