Skip to content

Commit 025232e

Browse files
committed
Add import, import-raw and export usages
1 parent fc82718 commit 025232e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ program.on("--help", () => {
146146
cckey list -t asset
147147
148148
cckey delete -t platform --address "tcc..."
149+
150+
cckey import UTC--2018-08-14T06-30-23Z--bbb6685e-7165-819d-0988-fc1a7d2d0523 -t platform --passphrase "satoshi"
151+
152+
cckey export -t platform --address tccqz76va4lh6dwkuwetmfrcgpn852emyq9hvjuksfg --passphrase "satoshi"
153+
154+
cckey import-raw -t platform a05f81608217738d99da8fd227897b87e8890d3c9159b559c7c8bbd408e5fb6e --passphrase "satoshi"
149155
`);
150156
});
151157

0 commit comments

Comments
 (0)