Home

cfg @main - refs - log -
-
https://git.jolheiser.com/cfg.git
Convert between various configuration formats
cfg / example / example.toml
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
admins = ['jolheiser', 'admin']
email = 'jolheiser@example.com'
home = '/home/jolheiser'
username = 'jolheiser'

[address]
country = 'USA'
phone = '123-456-7890'
state = 'MT'
street = '123'
zip = '12345'