mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 13:04:34 +01:00
20 lines
223 B
INI
20 lines
223 B
INI
[SectionOne]
|
|
|
|
key = value
|
|
integer = 1234
|
|
real = 3.14
|
|
string1 = 'Case 1'
|
|
string2 = "Case 2"
|
|
|
|
[SectionTwo]
|
|
|
|
; comment line
|
|
key = new value
|
|
integer = 5678
|
|
real = 3.14
|
|
string1 = 'Case 1'
|
|
string2 = "Case 2"
|
|
string3 = 'Case 3'
|
|
|
|
|