-
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
add download doc. #318
add download doc. #318
Conversation
-?|--help Show help information. | ||
``` | ||
|
||
Download contract and its storage from the remote rpc node into local chain. |
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.
why is this line in here? It's the same information as in line 469
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.
@Liaojinghui
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.
[Options]: | ||
-i|--input <INPUT> Path to neo-express data file | ||
-h|--height <HEIGHT> Block height to get contract state for | ||
Default value is: 0. |
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.
we should explain that default means 'latest' (just like we did in the CLI help text 0442001)
Close #250.