@kitelev/exocortex-cli 16.122.1 → 16.122.3
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
// @kitelev/exocortex-cli v16.122.
|
|
2
|
+
// @kitelev/exocortex-cli v16.122.3
|
|
3
3
|
// CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
|
|
4
4
|
// License: MIT
|
|
5
5
|
|
|
@@ -617,7 +617,7 @@ Next steps:
|
|
|
617
617
|
`),process.stdout.write(` File: ${e.file}
|
|
618
618
|
`),process.stdout.write(` Commit: ${e.sha}
|
|
619
619
|
`),process.stdout.write(` URL: ${e.url}
|
|
620
|
-
`)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new pi;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),le.handle(t)}})}a(Sie,"restPushCommand");function pM(n){let e=new we;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.122.
|
|
620
|
+
`)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new pi;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),le.handle(t)}})}a(Sie,"restPushCommand");function pM(n){let e=new we;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.122.3"),e.addCommand(h4()),e.addCommand(E4()),e.addCommand(ck()),e.addCommand(dk()),e.addCommand(Nk()),e.addCommand(mk()),e.addCommand(gk()),e.addCommand(jk()),e.addCommand(Hk()),e.addCommand(Xk()),e.addCommand(e4()),e.addCommand(u4()),e.addCommand($4()),e.addCommand(tM()),e.addCommand(rM()),e.addCommand(sM()),e.addCommand(oM()),e.addCommand(uM()),e.addCommand(hM()),e.addCommand(z4()),e.addCommand(J4()),e}a(pM,"createProgram");pM().parse();0&&(module.exports={createProgram});
|
|
621
621
|
/*! Bundled license information:
|
|
622
622
|
|
|
623
623
|
reflect-metadata/Reflect.js:
|
package/package.json
CHANGED