refactor(repo): migrate check parsing to shared helper - #2196
Merged
codeforester merged 1 commit intoSep 11, 2026
Conversation
codeforester
deleted the
enhancement/2144-20260910-enhancement-migrate-nested-basectl-command-parsing-leaf-by-l
branch
September 11, 2026 09:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n\n- migrate basectl repo check option handling through base_arg_parse\n- preserve help, format-aware errors, duplicate values, path validation, and inspection output\n- add focused regression coverage and record the leaf contract in the migration matrix\n\n## Issue\n\nRelated to #2144\n\n## Validation\n\n- repo BATS: 137/137\n- full base-test: 1248 Python tests and 933 BATS tests passed\n- ShellCheck warning-level scan and Bash syntax passed\n- git diff --check passed\n\n## Docs Impact\n\nUpdated docs/base-bash-libs-migration-matrix.md with the repo check parser contract.