File: configspecrc

package info (click to toggle)
cli-helpers 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 360 kB
  • sloc: python: 2,248; makefile: 16
file content (20 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# vi: ft=dosini
# Test file comment

[section]
# Test section comment

# Test field comment
test_boolean_default = boolean(default=True)

test_boolean = boolean()

# Test field commented out
# Uncomment to enable
# test_boolean = True

test_string_file = string(default='~/myfile')

test_option = option('foo', 'bar', 'foobar', 'foobar✔', default='foobar✔')

[section2]