Skip to content

fix: add top-level show command alias#350

Open
cyq1017 wants to merge 1 commit into
dagger:mainfrom
cyq1017:codex/fix-issue-332
Open

fix: add top-level show command alias#350
cyq1017 wants to merge 1 commit into
dagger:mainfrom
cyq1017:codex/fix-issue-332

Conversation

@cyq1017
Copy link
Copy Markdown

@cyq1017 cyq1017 commented May 25, 2026

Summary:

  • Add top-level show as a thin alias for existing config show.
  • Reuse the existing config-show handler, args validation, completion, and --json behavior.
  • Add focused tests for command registration and root help visibility.

Fixes #332

Verification:

  • /Volumes/T7_500G/agent-open-source-contrib/toolchains/go1.24.6/bin/go test ./cmd/container-use -run 'Show|Config' -count=1
  • git diff --check

Note: broad go test ./... -short -count=1 was attempted earlier but stalled in this environment, so validation is focused on the touched command path.

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.

[Bug]: cu does not have show sub command

1 participant