doc: subkey documentation (#9639)

* doc: convert the adoc to md
* add ref to UncheckedExtrinsic
* Add references to the SS58 format
* Add details about the inspect command
* removing command that is no longer available
* reorder display so ss58 representations show up next to each other
* remove deprecated section
* Add doc about the password option
* fix fmt
* minor fixes

fix #6613

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Co-authored-by: Squirrel <gilescope@gmail.com>
Co-authored-by: David <dvdplm@gmail.com>
This commit is contained in:
Chevdor
2021-08-31 15:24:37 +02:00
committed by GitHub
parent 6c8946ae21
commit 6c2d9566df
5 changed files with 246 additions and 104 deletions
@@ -46,7 +46,8 @@ pub struct KeystoreParams {
)]
pub password_interactive: bool,
/// Password used by the keystore.
/// Password used by the keystore. This allows appending an extra user-defined secret to the
/// seed.
#[structopt(
long = "password",
parse(try_from_str = secret_string_from_str),