Skip to content

MDbook preprocessor for forc documentation picks up wrong name for forc-client #7138

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

Open
kayagokalp opened this issue Apr 30, 2025 · 1 comment
Labels
bug Something isn't working documentation forc-client Everything related to the `forc-client` crate. team:tooling Tooling Team

Comments

@kayagokalp
Copy link
Member

forc-client binaries are:

  1. forc-deploy
  2. forc-submit
  3. forc-call
  4. forc-run

These are not documented correectly in the docs now, simply the their titles is the first word from their help output.

See forc-call for example

Image

Perform should be the name of the plugin forc-call

It is coming from the help output

zbap@/Users/kayagokalp/fuel/dev/sway > forc-call --help
Perform Fuel RPC calls from the comfort of your command line

Usage: forc call [OPTIONS] <ADDRESS> [FUNCTION] [FUNCTION_ARGS]...

Options:
      --abi <ABI>
          Path or URI to a JSON ABI file Required when making function calls or listing functions
...
@kayagokalp kayagokalp added bug Something isn't working documentation forc-client Everything related to the `forc-client` crate. team:tooling Tooling Team labels Apr 30, 2025
@kayagokalp
Copy link
Member Author

Interestingly enough this doesn't happen locally on my mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation forc-client Everything related to the `forc-client` crate. team:tooling Tooling Team
Projects
None yet
Development

No branches or pull requests

1 participant