We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76e0ed commit 3525437Copy full SHA for 3525437
README.md
@@ -20,7 +20,6 @@ A command line CodeChain key management tool
20
create : Create new key with passphrase
21
delete : Delete the key of the given address
22
23
-
24
Examples:
25
26
cckey create -t platform --passphrase "my password"
src/index.ts
@@ -24,7 +24,6 @@ commander.on("--help", () => {
getKeys : Get all saved addresses
27
28
`);
29
30
console.log(` Examples:
@@ -34,7 +33,6 @@ commander.on("--help", () => {
34
33
cckey getKeys -t asset
35
36
cckey delete -t platform --address "tcc..."
37
38
39
});
40
0 commit comments