- Get key
./ini-query --file=testing.ini get --section baz --property foo
- Set key
./ini-query --file=testing.ini set --section baz --property foo --value bar
- Delete key
./ini-query --file=testing.ini delete --section baz --property foo
- package up for distros?
- I wanted something that would allow me to create / edit values in
.ini
files via commands - I wanted no runtime dependencies