Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose common pass through commands in --help #138

Closed
calebschoepp opened this issue Sep 8, 2023 · 1 comment
Closed

Expose common pass through commands in --help #138

calebschoepp opened this issue Sep 8, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@calebschoepp
Copy link

cargo component passes through certain commands like build to be run by cargo. The blurb at the bottom of --help explains this.

Unrecognized subcommands will be passed to cargo verbatim after
relevant component bindings are updated.

However, it would be helpful to document the common commands that you might want to pass through to cargo like cargo component build. This would be more clear to new users to understand how to build their component.

@peterhuene peterhuene added the good first issue Good for newcomers label Oct 31, 2023
peterhuene pushed a commit that referenced this issue Apr 22, 2024
* Display a message after help message to notify unrecognized subcommands are passed to cargo

* Applied cargo fmt
@chikoski
Copy link
Contributor

chikoski commented May 1, 2024

Perhaps, we can close this issue as #278 is merged to the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants