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 ac8cee2 commit 7fa9626Copy full SHA for 7fa9626
1 file changed
packages/cli/src/commands.d.ts
@@ -0,0 +1,2 @@
1
+import type { Command } from "bailian-cli-core";
2
+export declare const commands: Record<string, Command>;
0 commit comments