Skip to content

Fix gh project completion drift#1497

Merged
codeforester merged 1 commit into
mainfrom
fix/1487-20260706-gh-project-completions
Jul 6, 2026
Merged

Fix gh project completion drift#1497
codeforester merged 1 commit into
mainfrom
fix/1487-20260706-gh-project-completions

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • add the missing basectl gh project configure completion options for --config and --copy-fields-from
  • add the missing basectl gh project issue set-fields completion option for --config
  • update the completion regression test to match the documented Project command help

Fixes #1487.

Validation

  • Red: env BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash bats cli/bash/commands/basectl/tests/completions.bats failed on the missing gh_project_configure_options assertion before the production change
  • env BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash bats cli/bash/commands/basectl/tests/completions.bats
  • env BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash bats cli/bash/commands/basectl/tests/gh.bats
  • bash -n lib/shell/completions/basectl_completion.sh cli/bash/commands/basectl/tests/completions.bats
  • shellcheck -S warning lib/shell/completions/basectl_completion.sh
  • git diff --check
  • env -u BASE_HOME BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash BASE_CACHE_DIR=/private/tmp/base-pr-train-1487 ./bin/base-test

@codeforester codeforester requested a review from a team as a code owner July 6, 2026 19:55
@codeforester codeforester merged commit 78b8f94 into main Jul 6, 2026
26 checks passed
@codeforester codeforester deleted the fix/1487-20260706-gh-project-completions branch July 6, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix basectl gh Project completion drift

1 participant