gate-wallet-cli 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import "../dist/cli/index.js";
@@ -0,0 +1,5 @@
1
+ import { Command } from "commander";
2
+ export declare function registerAuthCommands(program: Command): void;
3
+ /** 注册顶级快捷命令 — 覆盖所有 MCP tools */
4
+ export declare function registerShortcutCommands(program: Command): void;
5
+ //# sourceMappingURL=auth.cmd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth.cmd.d.ts","sourceRoot":"","sources":["../../src/cli/auth.cmd.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAiBpC,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,OAAO,QA8IpD;AAoDD,gCAAgC;AAChC,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,OAAO,QAswBxD"}