This commit is contained in:
parent
46a82fc998
commit
b56e6daf30
1 changed files with 9 additions and 0 deletions
|
|
@ -72,6 +72,14 @@ let sign_cmd =
|
||||||
let+ input = input and+ output = output and+ master_key = master_key in
|
let+ input = input and+ output = output and+ master_key = master_key in
|
||||||
sign ~input ~output ~master_key |> to_term_ret
|
sign ~input ~output ~master_key |> to_term_ret
|
||||||
|
|
||||||
|
let =
|
||||||
|
let doc = "" in
|
||||||
|
Cmd.make (Cmd.info "sign" ~doc)
|
||||||
|
@@
|
||||||
|
let+ input = input and+ output = output and+ master_key = master_key in
|
||||||
|
sign ~input ~output ~master_key |> to_term_ret
|
||||||
|
|
||||||
|
|
||||||
let revoke_denom_cmd =
|
let revoke_denom_cmd =
|
||||||
let doc = "Revoke denomination." in
|
let doc = "Revoke denomination." in
|
||||||
let h_denom =
|
let h_denom =
|
||||||
|
|
@ -104,6 +112,7 @@ let cli =
|
||||||
setup_cmd;
|
setup_cmd;
|
||||||
download_cmd;
|
download_cmd;
|
||||||
sign_cmd;
|
sign_cmd;
|
||||||
|
init_management_cmd;
|
||||||
upload_cmd;
|
upload_cmd;
|
||||||
revoke_denom_cmd;
|
revoke_denom_cmd;
|
||||||
revoke_signkey_cmd;
|
revoke_signkey_cmd;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue