Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions registry/longbridge-terminal.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
backends = ["cargo:longbridge-terminal"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Since the binary name (longbridge) is different from the tool/crate name (longbridge-terminal), you need to specify the bin option in the registry. Otherwise, mise will look for a binary named longbridge-terminal and fail to shim or execute it correctly.

Suggested change
backends = ["cargo:longbridge-terminal"]
[backends]
"cargo:longbridge-terminal" = { bin = "longbridge" }

Comment thread
greptile-apps[bot] marked this conversation as resolved.
Outdated
description = "AI-native CLI for Longbridge Securities — real-time market data, portfolio, and trading"
Comment thread
greptile-apps[bot] marked this conversation as resolved.
Outdated
Comment thread
greptile-apps[bot] marked this conversation as resolved.
Outdated