mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 09:16:10 +01:00
[GH-ISSUE #10] Allow for more characters in keys #6
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JakeStanger on GitHub (Aug 15, 2022).
Original GitHub issue: https://github.com/corn-config/corn/issues/10
Lots of things need more than alphanumeric strings in keys. Hyphens would be especially useful. Full unicode should maybe be allowed if keys are quoted.
This is currently limiting Corn's use in ironbar.
@JakeStanger commented on GitHub (Sep 7, 2022):
Have managed to very easily expand key character set to anything but whitespace or
=as part of 0.3.0.