jgabaut / amboso

Build tool wrapping make. Written in bash.
GNU General Public License v3.0
4 stars 0 forks source link

[FEATURE] Rename config file to stego.toml #112

Open jgabaut opened 3 weeks ago

jgabaut commented 3 weeks ago

Renaming the config file to stego.toml would be pretty easy, and backwards compatibility may be ensured.

We would then have the corresponding stego.lock be a file edited by the script itself.

This may benefit from a proper toml parsing module, if such module also supports file editing.

See:

This is not to be considered for:

, since it will come as part of the 2.1 API