feat: make config_section a global CLI option

Users can now specify --config-section once at the beginning of the command instead of repeating it for each subcommand. Also bumped version to v0.5.0 for this new feature.
This commit is contained in:
2025-08-19 09:25:50 +02:00
parent 2a5883375f
commit c4d9236b16
2 changed files with 54 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "myice"
version = "v0.4.3"
version = "v0.5.0"
description = "myice parsing"
authors = [
{ name = "Rene Luria", "email" = "<rene@luria.ch>"},