From 7af57a7af52d2a9073ce714ffc30aa9fa13349bc Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:06:58 +0000 Subject: [PATCH] Update doc and samples --- doc/cli_specification.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/cli_specification.md b/doc/cli_specification.md index 7656d6d..fbcb403 100644 --- a/doc/cli_specification.md +++ b/doc/cli_specification.md @@ -17,11 +17,6 @@ OPTIONS: Causes the parser to throw an error if it will find occurances options that would generate unified enum type. More about unified enums in `doc/details.md` - --no-var-validation - Disables the generation of code for value correction. After reading from or before - writing to user config values will no longer be checked if they adhere to the XML, e.g. - if slider value is in a specified range - --no-getter Prevents the settings object getter convenience function from being generated