FuelLabs / FuelLabs/forc

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

Open
#147 1 comment 0 reactions 0 assignees View on GitHub
bug documentation forc-client team:tooling
Dominant language
Rust
Stars
0
Forks
0
Avg merge
1d 22h
Merged PRs (30d)
3

Description

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](https://github.com/user-attachments/assets/f07a3c2a-92a1-4e2e-a69b-db3878988602)

Perform should be the name of the plugin `forc-call`

It is coming from the help output

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

Usage: forc call [OPTIONS]

[FUNCTION] [FUNCTION_ARGS]...

Options:
--abi
Path or URI to a JSON ABI file Required when making function calls or listing functions
...
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.