From 8563214efca2cc253fa8b2c1548e59237a227333 Mon Sep 17 00:00:00 2001 From: sushant-suse Date: Wed, 29 Apr 2026 11:55:50 +0530 Subject: [PATCH] docs #112: add news fragment for issue Signed-off-by: sushant-suse --- changelog.d/112.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/112.bugfix.rst diff --git a/changelog.d/112.bugfix.rst b/changelog.d/112.bugfix.rst new file mode 100644 index 00000000..dba896d7 --- /dev/null +++ b/changelog.d/112.bugfix.rst @@ -0,0 +1 @@ +Fixed the ``config`` subcommand to prevent crashes when displaying help (``-h/--help``) with an invalid configuration file. The ``app`` and ``env`` subcommands have been unified into ``config list`` and ``config validate`` for a more streamlined user experience. \ No newline at end of file