@togglhq/cli 1.5.36 → 1.5.37
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/build/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { n as CommanderError, t as createProgram } from "./program-
|
|
2
|
+
import { n as CommanderError, t as createProgram } from "./program-BzyJbhiZ.js";
|
|
3
3
|
//#region src/cli.ts
|
|
4
4
|
try {
|
|
5
5
|
await createProgram({ enableUpdateNotification: true }).parseAsync(process.argv);
|
package/build/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as createProgram } from "./program-
|
|
1
|
+
import { t as createProgram } from "./program-BzyJbhiZ.js";
|
|
2
2
|
export { createProgram };
|
|
@@ -15846,7 +15846,8 @@ const generatedFocusOperations = [
|
|
|
15846
15846
|
tag_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15847
15847
|
target_seconds: /* @__PURE__ */ number$2(),
|
|
15848
15848
|
task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15849
|
-
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2())
|
|
15849
|
+
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15850
|
+
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
15850
15851
|
}) }),
|
|
15851
15852
|
execute: (input, { client }) => {
|
|
15852
15853
|
const data = input;
|
|
@@ -25758,4 +25759,4 @@ Common commands:
|
|
|
25758
25759
|
//#endregion
|
|
25759
25760
|
export { CommanderError as n, createProgram as t };
|
|
25760
25761
|
|
|
25761
|
-
//# sourceMappingURL=program-
|
|
25762
|
+
//# sourceMappingURL=program-BzyJbhiZ.js.map
|
package/build/program.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as createProgram } from "./program-
|
|
1
|
+
import { t as createProgram } from "./program-BzyJbhiZ.js";
|
|
2
2
|
export { createProgram };
|