Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight --json flag in Important note for greater visibility #1989

Merged
merged 2 commits into from
May 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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