-
Notifications
You must be signed in to change notification settings - Fork 14
add docs for cli commands #811
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
base: master
Are you sure you want to change the base?
Conversation
Still needs some more work.. |
``` | ||
|
||
##### upsert-d-parameter | ||
Upsert D-parameter |
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'm not sure if it isn't enough to enumerate governance related smart contracts without additional documentation here. IMO these comments don't add value.
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.
100% right and agreed. That's the very reason why the PR is still in DRAFT. Whenever the documentation only repeats the name of the command that really doesn't help a lot
I started off with copying what the user is provided in the --help
which as you can see in most cases really isn't a lot
Co-authored-by: Lech Głowiak <[email protected]>
Co-authored-by: Lech Głowiak <[email protected]>
--genesis-utxo <GENESIS_UTXO> | ||
``` | ||
###### update | ||
Updates a key-value pair in the Governed Map. If the key is missing it won't be inserted. |
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 is also
/// If provided, update will fail unless the current value matches the one on the ledger.
current_value: Option<ByteString>,
Description
Adds documentation of all pc cli commands
Checklist
changelog.md
for affected crate