-
Notifications
You must be signed in to change notification settings - Fork 30
Conversation
README.md
Outdated
| ----------------------------------------------------- | ----------------------------------------------------------- | | ||
| <code>set json true|false</code> | Sets default to JSON output (true) or text output (false). | | ||
| <code>set pretty true|false</code> | Sets default to formatted output when JSON output is used. | | ||
| <code>set api.network main|test|beta</code> | Sets api target to the specified network. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sets API target
README.md
Outdated
| <code>set json true|false</code> | Sets default to JSON output (true) or text output (false). | | ||
| <code>set pretty true|false</code> | Sets default to formatted output when JSON output is used. | | ||
| <code>set api.network main|test|beta</code> | Sets api target to the specified network. | | ||
| <code>set api.nodes http://localhost:4000</code> | Override api.network and set specific nodes communicate to. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's give an example with more than one node.
README.md
Outdated
| <code>set testnet true|false</code> | Set default to testnet (true) or mainnet (false) | | ||
| Command | Description | | ||
| ----------------------------------------------------- | ----------------------------------------------------------- | | ||
| <code>set json true|false</code> | Sets default to JSON output (true) or text output (false). | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about set name
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor grammatical point.
README.md
Outdated
| Command | Description | | ||
| -------------------------------------------------------------------------- | ----------------------------------------------------------- | | ||
| <code>set name lisk</code> | Sets name to be displayed. | | ||
| <code>set delimiter lisk</code> | Sets delimiter in the interactive mode. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sets delimiter in interactive mode.
What was the problem?
The version number and setting commands example were outdated.
Review checklist