Skip to main contentCrate tyt_preferences
Source - DependenciesImpl
- Concrete implementation of preference I/O operations.
- Prefs
- Preferences loaded from
.tytconfig files.
- Dependencies
- Dependency injection for preference I/O operations.
- DeserializePrefs
- Abstracts JSON deserialization for preference types.
- load_git_prefs
- Loads preferences for the given key from
<git-root>/.tytconfig. - load_prefs
- Loads preferences for the given key from all
.tytconfig locations. - load_user_prefs
- Loads preferences for the given key from
~/.tytconfig.