Skip to content

Fix --version flag in shell wrapper and enable static linking#12

Merged
tobi merged 2 commits intomasterfrom
claude/fix-repo-issues-0171tRsDTqAYYnbHJU2pS9rn
Dec 4, 2025
Merged

Fix --version flag in shell wrapper and enable static linking#12
tobi merged 2 commits intomasterfrom
claude/fix-repo-issues-0171tRsDTqAYYnbHJU2pS9rn

Conversation

@tobi
Copy link
Copy Markdown
Owner

@tobi tobi commented Dec 4, 2025

- Handle --version/-v and --help/-h flags in cmd_exec() so they work
  correctly when invoked through the shell wrapper function (fixes #11)
- Add static linking (-static) for Linux builds in CI workflow to
  produce portable binaries without glibc dependencies (fixes #10)
- Add handling for --no-colors and --no-expand-tokens flags in cmd_exec()
  so they work correctly when passed through the shell wrapper
- Update comment to clarify these are fallbacks (main.c normally handles)
- Bump version to 1.3.5
@tobi tobi merged commit 4f6f898 into master Dec 4, 2025
8 checks passed
@tobi tobi deleted the claude/fix-repo-issues-0171tRsDTqAYYnbHJU2pS9rn branch December 4, 2025 09:49
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.

Output of try --version is searched in my tries. Error on Linux

2 participants