dsclaw 0.1.5 → 0.1.6
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.
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cli/index.js
CHANGED
|
@@ -4184,7 +4184,7 @@ async function doctorCommand() {
|
|
|
4184
4184
|
|
|
4185
4185
|
// src/cli/index.ts
|
|
4186
4186
|
var program = new Command();
|
|
4187
|
-
program.name("dsclaw").description("AI-powered dropshipping agent \u2014 chat with your DSers store.").version("0.1.
|
|
4187
|
+
program.name("dsclaw").description("AI-powered dropshipping agent \u2014 chat with your DSers store.").version("0.1.6");
|
|
4188
4188
|
program.action(() => startCommand({}));
|
|
4189
4189
|
program.command("init").description("Setup wizard \u2014 configure Telegram (optional)").action(initCommand);
|
|
4190
4190
|
program.command("start").description("Start the DSClaw bot").option("-c, --config <path>", "Path to config file").option("--no-open", "Don't auto-open browser").action(startCommand);
|