Skip to content

fix: set binary name to arborist instead of arborist-cli#11

Merged
montfort merged 1 commit intomainfrom
fix/binary-name
Apr 4, 2026
Merged

fix: set binary name to arborist instead of arborist-cli#11
montfort merged 1 commit intomainfrom
fix/binary-name

Conversation

@montfort
Copy link
Copy Markdown
Contributor

@montfort montfort commented Apr 4, 2026

Summary

  • Add [[bin]] name = "arborist" to Cargo.toml so the installed binary is arborist, not arborist-cli
  • Update self_update bin_name to match
  • Update all test references from cargo_bin("arborist-cli") to cargo_bin("arborist")
  • Bump version to 0.1.1

Test plan

  • cargo test — 29 tests pass
  • arborist --version prints arborist 0.1.1
  • cargo fmt --check and cargo clippy pass

🤖 Generated with Claude Code

Add [[bin]] section to Cargo.toml so `cargo install arborist-cli`
installs the binary as `arborist`. Update self_update bin_name and
test references to match. Bump version to 0.1.1.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@montfort montfort merged commit 3d900fb into main Apr 4, 2026
4 checks passed
@cla-assistant
Copy link
Copy Markdown

cla-assistant bot commented Apr 4, 2026

CLA assistant check
All committers have signed the CLA.

@cla-assistant
Copy link
Copy Markdown

cla-assistant bot commented Apr 4, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

1 participant