strictcli 0.15.0__tar.gz → 0.16.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- strictcli-0.16.0/.rlsbl/changes/.validated +1 -0
- strictcli-0.16.0/.rlsbl/changes/0.15.0.md +9 -0
- strictcli-0.16.0/.rlsbl/changes/0.15.1.jsonl +6 -0
- strictcli-0.16.0/.rlsbl/changes/0.15.1.md +9 -0
- strictcli-0.16.0/.rlsbl/changes/0.16.0.jsonl +9 -0
- strictcli-0.16.0/.rlsbl/config.json +12 -0
- strictcli-0.16.0/.rlsbl/releases/v0.15.1.toml +8 -0
- strictcli-0.16.0/.rlsbl/releases/v0.16.0.toml +8 -0
- strictcli-0.16.0/.rlsbl/version +1 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/CHANGELOG.md +32 -3
- {strictcli-0.15.0 → strictcli-0.16.0}/PKG-INFO +1 -1
- {strictcli-0.15.0 → strictcli-0.16.0}/package-lock.json +2 -2
- {strictcli-0.15.0 → strictcli-0.16.0}/package.json +1 -1
- {strictcli-0.15.0 → strictcli-0.16.0}/pyproject.toml +1 -1
- {strictcli-0.15.0 → strictcli-0.16.0}/strictcli/__init__.py +567 -135
- strictcli-0.16.0/tests/test_config.py +1300 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_config_set_bugs.py +24 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_dump_schema.py +1 -1
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_float_type.py +33 -1
- strictcli-0.16.0/tests/test_repeatable.py +536 -0
- strictcli-0.16.0/tests/test_unique.py +116 -0
- strictcli-0.16.0/tests/test_utilities.py +126 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/uv.lock +1 -1
- strictcli-0.15.0/.rlsbl/changes/.validated +0 -1
- strictcli-0.15.0/.rlsbl/config.json +0 -8
- strictcli-0.15.0/.rlsbl/version +0 -1
- strictcli-0.15.0/tests/test_config.py +0 -703
- strictcli-0.15.0/tests/test_repeatable.py +0 -179
- {strictcli-0.15.0 → strictcli-0.16.0}/.claude/settings.json +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.github/workflows/ci.yml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.github/workflows/publish.yml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.gitignore +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.npmignore +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.claude/settings.json +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.github/workflows/ci.yml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.github/workflows/publish.yml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.gitignore +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.npmignore +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.rlsbl/hooks/post-release.sh +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.rlsbl/hooks/pre-checks.sh +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.rlsbl/hooks/pre-release.sh +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.rlsbl/lint/go.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.rlsbl/lint/npm.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/.rlsbl/lint/python.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/CHANGELOG.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/CLAUDE.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/bases/LICENSE +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.10.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.10.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.11.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.11.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.12.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.12.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.13.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.13.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.14.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.14.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.15.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.4.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.4.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.4.1.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.4.1.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.5.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.5.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.6.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.6.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.6.1.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.6.1.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.7.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.7.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.7.1.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.7.1.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.1.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.1.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.2.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.2.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.3.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.3.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.4.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.4.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.5.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.5.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.6.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.6.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.7.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.8.7.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.9.0.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.9.0.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.9.1.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/0.9.1.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/changes/unreleased.jsonl +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/hashes.json +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/hooks/post-release.sh +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/hooks/pre-checks.sh +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/hooks/pre-release.sh +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/lint/go.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/lint/npm.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/lint/python.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/unreleased.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/v0.10.0.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/v0.11.0.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/v0.12.0.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/v0.13.0.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/v0.15.0.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/v0.8.5.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/v0.8.6.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/v0.8.7.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/v0.9.0.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.rlsbl/releases/v0.9.1.toml +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/.strictcli/schema.json +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/CLAUDE.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/LICENSE +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/README.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/index.js +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/postinstall.js +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_arg_default.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_at_prefix.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_auto_version.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_check_command.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_check_discovery.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_check_runner.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_check_schema.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_check_types.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_choices.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_command_help_suggestion.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_config_file_path.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_deep_nesting.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_dependencies.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_deprecated.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_e2e.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_env.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_exit_codes.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_global_flags.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_help.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_int_type.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_mutex.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_nesting.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_parser.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_passthrough.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_registration.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_tagdsl.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_tags.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_toml_loading.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_validate.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/tests/test_variadic.py +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/todo/.defer/deferred.md +0 -0
- {strictcli-0.15.0 → strictcli-0.16.0}/todo/.done/original-idea.md +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6e78d5bbca2712fb8e63e4316ea118fff59b992f
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
## 0.15.0
|
|
2
|
+
|
|
3
|
+
### Breaking
|
|
4
|
+
|
|
5
|
+
- **Breaking.** `config set` now validates keys against registered flags and rejects unknown keys.
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **New feature.** `config set` coerces values to the flag's declared type (int, bool, float) before writing to config.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{"commits":["face7b1fcf296fcd3ba1d5d7b15194c71f79ac0c"],"user_facing":true,"description":"**Breaking.** Config set now accepts negative numeric values. Unknown single-dash tokens produce 'unexpected argument' instead of 'unknown flag'.","type":"breaking"}
|
|
2
|
+
{"commits":["d4bbb758e89f174279d3d1a281ded985c47c958a"],"user_facing":true,"description":"**Fix.** Config show now outputs lowercase true/false for bool values, matching Go implementation.","type":"fix"}
|
|
3
|
+
{"commits":["b2bdcfa7388ac5904c5da98a017c4248cc2737ea"],"user_facing":false}
|
|
4
|
+
{"commits":["053285501d0c135dffc782f038ac4f35881bcd89"],"user_facing":false}
|
|
5
|
+
{"commits":["48504dbc7255e89a73c663f4745eaf7a64ec0466"],"user_facing":false}
|
|
6
|
+
{"commits":["ca62cef3775568ecda2e7bdadf04ee813608d9d6"],"user_facing":false}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
## 0.15.1
|
|
2
|
+
|
|
3
|
+
### Breaking
|
|
4
|
+
|
|
5
|
+
- **Breaking.** Config set now accepts negative numeric values. Unknown single-dash tokens produce 'unexpected argument' instead of 'unknown flag'.
|
|
6
|
+
|
|
7
|
+
### Fixes
|
|
8
|
+
|
|
9
|
+
- **Fix.** Config show now outputs lowercase true/false for bool values, matching Go implementation.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{"commits":["db48caf616ace9db0aeda0d5efacee10c02f7c2a","e5be52a0aa00899ce8fade086fb2edcfee50db21","f5e8f1d0d691481da825dc9ef7591479f769ed24"],"user_facing":true,"description":"**New flag field.** `unique` field on repeatable flags enforces no duplicate values at CLI parse time and in config arrays.","type":"feature"}
|
|
2
|
+
{"commits":["c7aea7f0c977547148543c4ba9d92d2e17801f13","71ddde2b6ba5541cc416840ff480c36440850df8","dda38019166b4b23183af739c8294e271b1efb6d"],"user_facing":true,"description":"**New flag field.** `env_separator` on repeatable flags controls how environment variable values are split into arrays.","type":"feature"}
|
|
3
|
+
{"commits":["dac38c76b6ce4d0c59607bd16fb0a51a3ffaee87"],"user_facing":true,"description":"**Config arrays.** Config values for repeatable flags are now coerced from strings to the declared type.","type":"feature"}
|
|
4
|
+
{"commits":["81c9516d0b3e1f6550767ba0ff4a4e97c14e2357"],"user_facing":true,"description":"**Config set.** Repeatable flags can now be managed with `config set`, including `--clear` to reset and `--default` to restore default values.","type":"feature"}
|
|
5
|
+
{"commits":["1dc92ee4b91736310ec4cf00a06ae2d419497146"],"user_facing":true,"description":"**Config show.** `config show` now requires explicit `--plain` or `--json` flag instead of defaulting to plain text.","type":"breaking"}
|
|
6
|
+
{"commits":["025781d123703cb66be49832b9b335273911784d"],"user_facing":true,"description":"**Fix.** Float NaN/Inf env var error messages now include the environment variable suffix.","type":"fix"}
|
|
7
|
+
{"commits":["f20669b78e4efdda8675ae21083a70220cd54070"],"user_facing":true,"description":"**Fix.** Config error messages now use consistent type names and array formatting.","type":"fix"}
|
|
8
|
+
{"commits":["aa43f02e566316b86ba090d810988eead533e7b8"],"user_facing":true,"description":"**Fix.** Flag collection no longer includes config group pseudo-flags, preventing incorrect behavior in commands that enumerate all flags.","type":"fix"}
|
|
9
|
+
{"commits":["aadda0d6950f774c4999f938accdea66ae21ac92"],"user_facing":false}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Version bump type: patch, minor, or major
|
|
2
|
+
bump = "patch"
|
|
3
|
+
# Short description of this release (required)
|
|
4
|
+
description = "Config show bool parity and negative values in config set"
|
|
5
|
+
# Optional context explaining why these changes were made
|
|
6
|
+
context = "config show now outputs lowercase true/false matching Go. config set accepts negative numeric values."
|
|
7
|
+
include = ["pypi", "npm"]
|
|
8
|
+
exclude = []
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Version bump type: patch, minor, or major
|
|
2
|
+
bump = "minor"
|
|
3
|
+
# Short description of this release (required)
|
|
4
|
+
description = "unique and env_separator flag fields, config array coercion, config set repeatable support"
|
|
5
|
+
# Optional context explaining why these changes were made
|
|
6
|
+
context = "Breaking: config show now requires --plain or --json. New features: unique field enforces no duplicate values on repeatable flags, env_separator controls how env vars are split into arrays, config arrays are coerced to declared types, config set supports repeatable flags with --clear and --default."
|
|
7
|
+
include = ["pypi", "npm"]
|
|
8
|
+
exclude = []
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.63.0
|
|
@@ -2,19 +2,48 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
-
## 0.
|
|
5
|
+
## 0.16.0
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
unique and env_separator flag fields, config array coercion, config set repeatable support
|
|
8
8
|
|
|
9
9
|
<details>
|
|
10
10
|
<summary>Context</summary>
|
|
11
11
|
|
|
12
|
-
config
|
|
12
|
+
Breaking: config show now requires --plain or --json. New features: unique field enforces no duplicate values on repeatable flags, env_separator controls how env vars are split into arrays, config arrays are coerced to declared types, config set supports repeatable flags with --clear and --default.
|
|
13
13
|
|
|
14
14
|
</details>
|
|
15
15
|
|
|
16
16
|
### Breaking
|
|
17
17
|
|
|
18
|
+
- **Config show.** `config show` now requires explicit `--plain` or `--json` flag instead of defaulting to plain text.
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- **New flag field.** `unique` field on repeatable flags enforces no duplicate values at CLI parse time and in config arrays.
|
|
23
|
+
- **New flag field.** `env_separator` on repeatable flags controls how environment variable values are split into arrays.
|
|
24
|
+
- **Config arrays.** Config values for repeatable flags are now coerced from strings to the declared type.
|
|
25
|
+
- **Config set.** Repeatable flags can now be managed with `config set`, including `--clear` to reset and `--default` to restore default values.
|
|
26
|
+
|
|
27
|
+
### Fixes
|
|
28
|
+
|
|
29
|
+
- **Fix.** Float NaN/Inf env var error messages now include the environment variable suffix.
|
|
30
|
+
- **Fix.** Config error messages now use consistent type names and array formatting.
|
|
31
|
+
- **Fix.** Flag collection no longer includes config group pseudo-flags, preventing incorrect behavior in commands that enumerate all flags.
|
|
32
|
+
|
|
33
|
+
## 0.15.1
|
|
34
|
+
|
|
35
|
+
### Breaking
|
|
36
|
+
|
|
37
|
+
- **Breaking.** Config set now accepts negative numeric values. Unknown single-dash tokens produce 'unexpected argument' instead of 'unknown flag'.
|
|
38
|
+
|
|
39
|
+
### Fixes
|
|
40
|
+
|
|
41
|
+
- **Fix.** Config show now outputs lowercase true/false for bool values, matching Go implementation.
|
|
42
|
+
|
|
43
|
+
## 0.15.0
|
|
44
|
+
|
|
45
|
+
### Breaking
|
|
46
|
+
|
|
18
47
|
- **Breaking.** `config set` now validates keys against registered flags and rejects unknown keys.
|
|
19
48
|
|
|
20
49
|
### Features
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strictcli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "strictcli",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.16.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT"
|
|
12
12
|
}
|