Skip to content

Commit

Permalink
Highlight --json flag in Important note for greater visibility (#1989)
Browse files Browse the repository at this point in the history
* Highlight `--json` flag in Important note for greater visibility

* Update wallet.md

Improve new important note
  • Loading branch information
Clay-Mysten committed May 16, 2022
1 parent 3e03d30 commit 60ab296
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/src/build/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,12 @@ Type: 0x2::Coin::Coin<0x2::SUI::SUI>
The result shows some basic information about the object, the owner,
version, ID, if the object is immutable and the type of the object.
If you need a deeper look into the object, you can use the `--json`
flag to view the raw JSON representation of the object.
Here is an example:
> **Important:** To gain a deeper view into the object, include the
> `--json` flag in the `wallet` command to see the raw JSON representation
> of the object.
Here is example `json` output:
```json
{
Expand Down

0 comments on commit 60ab296

Please sign in to comment.