-
Notifications
You must be signed in to change notification settings - Fork 76
Remove invoke command #227
Remove invoke command #227
Conversation
@@ -426,6 +406,18 @@ Retrieves the nonce for the given contract address (usually an account). | |||
nile get-nonce <contract_address> | |||
``` | |||
|
|||
### `get_declaration` (NRE only) |
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 moved get_declaration
down here because, to me, it looks more organized to have NRE-only commands after CLI ones. Let me know what you think.
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.
Nice! Yes, I agree it looks more organized. Perhaps, it's soon time to give NRE it's own heading and save us the trouble of adding things like (NRE only)
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.
Looks great, @ericnordelo! I left a tiny suggestion; otherwise, I think it's good to go :)
2. This creates or updates `localhost.accounts.json` file storing all data related to accounts management | ||
3. The creates or updates `localhost.deployments.txt` file storing all data related to deployments |
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.
Good fix^
@@ -426,6 +406,18 @@ Retrieves the nonce for the given contract address (usually an account). | |||
nile get-nonce <contract_address> | |||
``` | |||
|
|||
### `get_declaration` (NRE only) |
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.
Nice! Yes, I agree it looks more organized. Perhaps, it's soon time to give NRE it's own heading and save us the trouble of adding things like (NRE only)
Co-authored-by: Andrew Fleming <fleming.andrew@protonmail.com>
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.
Looks good to me!
Co-authored-by: Martín Triay <martriay@gmail.com>
d8a2d8b
No description provided.