# Functions
AppForContext returns the app singleton stored in the given context.
ConfigPath resolves and returns the config path.
NewApp returns the default App singleton.
NewConfigFromPath returns a new config for the file at path.
NewLogger returns a new Logger.
NewMeta returns a new Meta struct.
NewTestApp returns the test App singleton.
NewTestConfig returns a new Config for unit tests populated with default values.
# Constants
No description provided by the author
No description provided by the author
# Structs
App contains global and/or singleton application data.
No description provided by the author
No description provided by the author
Logger is a simple wrapper around the [charmbracelet/log] package.
Meta contains application metadata (version, os, build info, etc).
# Type aliases
No description provided by the author