@paperclipai_dld/cli 2026.319.0 → 2026.320.0-canary.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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -12026,7 +12026,7 @@ ${result.lastError}`);
|
|
|
12026
12026
|
// src/index.ts
|
|
12027
12027
|
var program = new Command();
|
|
12028
12028
|
var DATA_DIR_OPTION_HELP = "Paperclip data directory root (isolates state from ~/.paperclip)";
|
|
12029
|
-
program.name("paperclipai").description("Paperclip CLI \u2014 setup, diagnose, and configure your instance").version("2026.
|
|
12029
|
+
program.name("paperclipai").description("Paperclip CLI \u2014 setup, diagnose, and configure your instance").version("2026.320.0-canary.0");
|
|
12030
12030
|
program.hook("preAction", (_thisCommand, actionCommand) => {
|
|
12031
12031
|
const options = actionCommand.optsWithGlobals();
|
|
12032
12032
|
const optionNames = new Set(actionCommand.options.map((option) => option.attributeName()));
|