-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of repeated sections #73
Comments
More accurately crudini does support multiple sections of the same name, |
Support to
I would like the ability to add a new keyboard shortcut to this list, e.g. |
@martinvonwittich this is more aligned with issue #10 I think. |
I'm trying to use
crudini
on wireguard's config used bywg-quick
.There's a nice example of this file right on the main page: https://www.wireguard.com/
Let's repeat it here:
Notice the multiple
[Peer]
sections.When using crudini on this
Peer
section, I only get the last section. Did I miss something in the docs ?The text was updated successfully, but these errors were encountered: