confget 5.1.2

Parse configuration files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
# SPDX-License-Identifier: CC0-1.0

# Just a test file.  Or something.
#
# Test if confget can properly override "default" values with
# ones specified in a named section.

both=default
defonly=default

[a]
aonly=b
both=a
aonly=a