MDbook preprocessor for forc documentation picks up wrong name for forc-client
- 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

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.