16 lines
511 B
Markdown
16 lines
511 B
Markdown
// Copyright 2025 WIT.COM Inc Licensed GPL 3.0
|
|
|
|
common config file handling for protobuf defined config files
|
|
|
|
By default, the config files are stored as:
|
|
|
|
~/.config/<argname>/<protoname>.text
|
|
|
|
assumes config files are simple, intended to be edited by hand
|
|
by the user and can be exported by protobuf FormatTEXT()
|
|
|
|
intended to be called by functions that are automatically
|
|
generated by 'autogenpb' for protobuf defined config files.
|
|
|
|
If you aren't using .proto defined config files, this package is not for you
|