From c037a5cd78c69adc4f345f38b10062d822726a84 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 29 Apr 2025 22:52:03 +0200 Subject: [PATCH] fix: remove negative_description support --- src/rougail/output_console/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rougail/output_console/config.py b/src/rougail/output_console/config.py index 6b3d8cc..f56260f 100644 --- a/src/rougail/output_console/config.py +++ b/src/rougail/output_console/config.py @@ -35,17 +35,14 @@ console: read_write: description: Display variables available in read_write mode - negative_description: Display variables available in read_only mode default: false show_secrets: description: Show secrets instead of obscuring them - negative_description: Obscuring secrets instead of show them default: false mandatory: description: Test mandatories variable before display in console - negative_description: Do not test mandatories variable before display in console default: true """ return {