Skip to content

Commit

Permalink
Update cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Feb 29, 2024
1 parent 89c7a1d commit 0e885fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/4.tools/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ near view guest-book.testnet getMessages '{}'
<summary><strong>Example Response</strong></summary>
<p>
```bash
View call: guest-book.testnet.getMessages({})
[
{ premium: false, sender: 'waverlymaven.testnet', text: 'TGIF' },
Expand All @@ -795,6 +796,7 @@ near view guest-book.testnet getMessages '{}'
{ premium: false, sender: 'example-acct.testnet', text: 'Aloha' },
[length]: 10
]
```
</p>
</details>
Expand Down

0 comments on commit 0e885fb

Please sign in to comment.