package
0.0.0-20241205014208-4aab7561cadd
Repository: https://github.com/luke-goddard/taskninja.git
Documentation: pkg.go.dev

# Functions

Bootstrap creates the initial configuration file if it does not exist.
Used to load the configuration from the config file.

# Constants

Config directory does not exist.
Config file not found.
User home directory not found.
Failed to read config file.
Failed to unmarshal config.
SQLITE file database.
SQLITE in-memory database.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
json output.
pretty print with colours to term.

# Structs

Contains the user configuration.
ConfigError is an error that occurs when loading the configuration.
No description provided by the author
Contains the SQL connection configuration.

# Type aliases

No description provided by the author
ConnectionMode is the type of connection to the sqlite database.
No description provided by the author
No description provided by the author