-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Example
Template:
{
"protocol": "http://",
"host_sans_protocol": "localhost",
"port": 5000,
"bundle_protocol": "http://",
"bundle_host_sans_protocol": "localhost",
"bundle_port": 2999
}
Mark that as a template. Then, run cfg new entry-addr entry-addr-local.json. You'll see the output does not preserve spacing. Also, the fields are sorted alphabetically.
{
"bundle_host_sans_protocol": "",
"bundle_port": 0,
"bundle_protocol": "",
"host_sans_protocol": "",
"port": 0,
"protocol": ""
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed