Skip to content

Commit

Permalink
clients/js: output from make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Jul 5, 2024
1 parent 90c2d1f commit 9500e32
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions clients/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ Options:
```
</details>

<details>
<summary> chains </summary>

```sh
Options:
--help Show help [boolean]
--version Show version number [boolean]
```
</details>

<details>
<summary> edit-vaa </summary>

Expand Down Expand Up @@ -248,7 +258,8 @@ Positionals:
Options:
--help Show help [boolean]
--version Show version number [boolean]
-c, --chain chain name [string]
-c, --chain chain name. To see a list of supported chains, run
`worm chains` [string]
-n, --network Network
[required] [choices: "mainnet", "testnet", "devnet"]
-a, --contract-address Contract to submit VAA to (override config) [string]
Expand Down Expand Up @@ -298,8 +309,10 @@ Options:
Options:
--help Show help [boolean]
--version Show version number [boolean]
--src-chain source chain [string] [required]
--dst-chain destination chain [string] [required]
--src-chain source chain. To see a list of supported chains, run `worm
chains` [string] [required]
--dst-chain destination chain. To see a list of supported chains, run
`worm chains` [string] [required]
--dst-addr destination address [string] [required]
--token-addr token address [string] [default: native token]
--amount token amount [string] [required]
Expand All @@ -326,7 +339,8 @@ Options:
```sh
Positionals:
network Network [choices: "mainnet", "testnet", "devnet"]
chain Source chain [string]
chain Source chain. To see a list of supported chains, run `worm chains`
[string]
tx Source transaction hash [string]

Options:
Expand Down

0 comments on commit 9500e32

Please sign in to comment.