Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 592 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 592 Bytes

clini

clini is a simple tool to do basic modification of ini files

Getting Started

  • Get a value
clini get --section section --key key ./example/sample.ini` 
  • Set a value
clini set --section new_section --key foo --value bar ./example/sample.ini
  • Delete a value
clini del --section new_section --key foo ./example/sample.ini

Project Inspiration