@kitelev/exocortex-cli 16.70.9 → 16.70.11
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.70.
|
|
2
|
+
// @kitelev/exocortex-cli v16.70.11
|
|
3
3
|
// CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
|
|
4
4
|
// License: MIT
|
|
5
5
|
|
|
@@ -815,7 +815,7 @@ Next steps:
|
|
|
815
815
|
`),process.stdout.write(` File: ${e.file}
|
|
816
816
|
`),process.stdout.write(` Commit: ${e.sha}
|
|
817
817
|
`),process.stdout.write(` URL: ${e.url}
|
|
818
|
-
`)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new vu;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),ee.handle(t)}})}a(Qee,"restPushCommand");function sk(n){let e=new ne;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.70.
|
|
818
|
+
`)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new vu;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),ee.handle(t)}})}a(Qee,"restPushCommand");function sk(n){let e=new ne;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.70.11"),e.addCommand(IN()),e.addCommand(NN()),e.addCommand(tL()),e.addCommand(iL()),e.addCommand(DL()),e.addCommand(lL()),e.addCommand(cL()),e.addCommand(pL()),e.addCommand(kL()),e.addCommand(GL()),e.addCommand(zL()),e.addCommand(HL()),e.addCommand(QL()),e.addCommand(oN()),e.addCommand(aN()),e.addCommand(pN()),e.addCommand(TN()),e.addCommand(GN()),e.addCommand(YN()),e.addCommand(KN()),e.addCommand(ZN()),e.addCommand(ik()),e}a(sk,"createProgram");sk().parse();0&&(module.exports={createProgram});
|
|
819
819
|
/*! Bundled license information:
|
|
820
820
|
|
|
821
821
|
reflect-metadata/Reflect.js:
|
package/package.json
CHANGED