# Functions
No description provided by the author
No description provided by the author
No description provided by the author
LoadPrefs returns preferences from disk or an empty prefs object if there are none stored or accessible.
No description provided by the author
ReadCSV reads CSV data from a file or stdout.
RemoveExpectedCSVHeader checks that the CSV's header is a non-empty prefix of the expected header, and removes it from the rows.
SavePrefs creates on-disk preferences or overwrites existing ones.
No description provided by the author
No description provided by the author
No description provided by the author
WriteCSV writes CSV data to a file or stdout.
# Variables
No description provided by the author
# Structs
Prefs stores persisted slurp preferences.
PrefsInstance stores preferences for a given instance.
PrefsUser stores preferences for a given user.