-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update command-reference.md #291
Conversation
Hi @chenzhitong , |
I copied the installation instructions directly from the readme.md. |
|
I'll revert the installation instructions first and then submit it after neo-express is compiled into a standalone application |
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.
I saw some differences in the indentation, but everything else looks fine. By the way, the next release has an 'update' command that needs to be described here. Let's leave that for later.
docs/command-reference.md
Outdated
-p|--password <PASSWORD> password to use for NEP-2/NEP-6 sender | ||
-i|--input <INPUT> Path to neo-express data file | ||
-t|--trace Enable contract execution tracing | ||
-j|--json Output as JSON | ||
<Policy>: Policy to set | ||
Allowed values are: GasPerBlock, MinimumDeploymentFee, CandidateRegistrationFee, |
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.
There are some differences in indentation.
docs/command-reference.md
Outdated
-p|--password <PASSWORD> password to use for NEP-2/NEP-6 sender | ||
-i|--input <INPUT> Path to neo-express data file | ||
-t|--trace Enable contract execution tracing | ||
-j|--json Output as JSON | ||
<Source>: Source of policy values. Must be local policy settings JSON file or the URL of Neo JSON-RPC | ||
Node |
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.
There are some differences in indentation.
@chenzhitong I think your PR won't pass the checks. One alternative is to send the PR to the 3.6 branch (https://github.com/neo-project/neo-express/pull/286/files). If you do that, maybe you could also include the 'update' command documentation? 😅 |
Hi @Liaojinghui, can you merge this PR? Thanks |
Fix #290