gearconfig

Functions for creating, saving and loading configs for the software.

config create(name) -> void

Creates the config.

config save(name) -> void

Saves the config.

config load(name) -> void

Loads the config.

Last updated