feat(cli): merge help output across builtin and project commands - #666
Open
ElijahAhianyo wants to merge 1 commit into
Open
feat(cli): merge help output across builtin and project commands#666ElijahAhianyo wants to merge 1 commit into
ElijahAhianyo wants to merge 1 commit into
Conversation
|
| Project | cot |
| Branch | elijah/cot-cli-proxy/stack-4-help |
| Testbed | github-ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result milliseconds (ms) (Result Δ%) | Upper Boundary milliseconds (ms) (Limit %) |
|---|---|---|---|
| empty_router/empty_router | 📈 view plot 🚷 view threshold | 15.28 ms(+61.55%)Baseline: 9.46 ms | 17.95 ms (85.12%) |
| json_api/json_api | 📈 view plot 🚷 view threshold | 1.14 ms(+10.51%)Baseline: 1.03 ms | 1.36 ms (83.55%) |
| nested_routers/nested_routers | 📈 view plot 🚷 view threshold | 1.05 ms(+9.20%)Baseline: 0.96 ms | 1.25 ms (83.99%) |
| single_root_route/single_root_route | 📈 view plot 🚷 view threshold | 1.03 ms(+10.58%)Baseline: 0.93 ms | 1.22 ms (84.34%) |
| single_root_route_burst/single_root_route_burst | 📈 view plot 🚷 view threshold | 16.77 ms(-0.31%)Baseline: 16.82 ms | 21.43 ms (78.23%) |
6 tasks
ElijahAhianyo
force-pushed
the
elijah/cot-cli-proxy/stack-4-help
branch
from
September 3, 2026 05:24
67ea649 to
34b4732
Compare
ElijahAhianyo
marked this pull request as ready for review
September 3, 2026 05:25
ElijahAhianyo
force-pushed
the
elijah/cot-cli-proxy/stack-4-help
branch
from
September 3, 2026 05:53
34b4732 to
972e7b3
Compare
ElijahAhianyo
force-pushed
the
elijah/cot-cli-proxy/stack-4-help
branch
from
September 3, 2026 18:05
972e7b3 to
93d3b1e
Compare
Codecov Report❌ Patch coverage is
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR merges the help text from the project's binary commands into cot-cli's help text. This is more of a best effort. When we can't locate the binary or extract metadata information, we fall back to the generic help text generated by Clap, which will not contain commands present in the project binary.
When there's a command present in both cot-cli and the project binary, we merge them
Type of change