View Source Settings (fnord v0.5.6)

Summary

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.

Functions

delete(settings, key)

Delete a value from the settings store.

get(settings, key, default \\ nil)

Get a value from the settings store.

get_project(settings)

get_root(settings)

get_selected_project!()

Get the project specified with --project. If the project name is not set, an error will be raised.

home()

Get the path to the store root directory.

new()

set(settings, key, value)

Set a value in the settings store.

set_project(settings, data)

settings_file()

Get the path to the settings file.