# Functions
DefaultConfigCreator represents the default configuration creator that builds a Config instance using the values specified using the default flags.
NewConfig allows to build a new Config instance.
NewInitCmd returns the command that should be run in order to properly initialize Juno.
# Interfaces
WritableConfig represents a configuration that can be written to a file.
# 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.