Parse and write INI configuration files in native Mojo with zero Python dependencies. Compatible with Python's configparser module for drop-in replacement in Mojo projects.
Simple command line INI editor. Get list of sections Get list of keys from section Get value of key from section Add/Edit value of key from section Delete key from section Delete entire section Check ...