Settings (fnord v0.7.16)
View SourceSummary
Functions
Delete a value from the settings store.
Get a value from the settings store.
Get the project specified with --project. If the project name is not set, an error will be raised.
Get the path to the store root directory.
Set a value in the settings store.
Get the path to the settings file. If the file does not exist, it will be created.
Types
Functions
Delete a value from the settings store.
Get a value from the settings store.
@spec get_selected_project!() :: String.t()
Get the project specified with --project. If the project name is not set, an error will be raised.
@spec home() :: String.t()
Get the path to the store root directory.
@spec new() :: t()
Set a value in the settings store.
@spec settings_file() :: String.t()
Get the path to the settings file. If the file does not exist, it will be created.