Skip to content

Commit 855e561

Browse files
author
chunteng-web3
committed
feat: command for is-paused (WIP)
1 parent 9c5ffe5 commit 855e561

File tree

11 files changed

+763
-9
lines changed

11 files changed

+763
-9
lines changed

.eslintrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"extends": ["oclif", "oclif-typescript", "prettier"]
2+
"extends": ["oclif", "oclif-typescript", "prettier"],
3+
"rules": {
4+
"sort-keys": 0,
5+
"new-cap": 0,
6+
}
37
}

.vscode/launch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"command": "npm exec ckb_ssri_cli udt:pausable:is-paused 0xa9c1b6b195ce5b7a3f0bbc07d16e00100db0935798b9f7421cc86fb8218ba299",
6+
"name": "Run npm exec",
7+
"request": "launch",
8+
"type": "node-terminal"
9+
},
410
{
511
"type": "node",
612
"request": "attach",

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
},
99
"bugs": "https://github.com/Alive24/ckb_ssri_cli/issues",
1010
"dependencies": {
11+
"@ckb-ccc/core": "0.1.0-alpha.5",
1112
"@oclif/core": "^4",
1213
"@oclif/plugin-help": "^6",
13-
"@oclif/plugin-plugins": "^5"
14+
"@oclif/plugin-plugins": "^5",
15+
"axios": "^1.7.7"
1416
},
1517
"devDependencies": {
1618
"@oclif/prettier-config": "^0.2.1",

0 commit comments

Comments
 (0)