@dzhng/crm.cli 0.3.5 → 0.3.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.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -5472,7 +5472,7 @@ if (process.argv[1]?.endsWith("fuse-daemon.ts")) {
|
|
|
5472
5472
|
|
|
5473
5473
|
// src/cli.ts
|
|
5474
5474
|
var program = new Command;
|
|
5475
|
-
program.name("crm").description("Headless CLI-first CRM").version("0.3.
|
|
5475
|
+
program.name("crm").description("Headless CLI-first CRM").version("0.3.6");
|
|
5476
5476
|
program.exitOverride();
|
|
5477
5477
|
registerContactCommands(program);
|
|
5478
5478
|
registerCompanyCommands(program);
|