ai-market 0.1.2 → 0.1.4
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -140,7 +140,7 @@ function registerCommands(program2) {
|
|
|
140
140
|
console.log("Check your inbox and click the link to bind your email.");
|
|
141
141
|
})
|
|
142
142
|
);
|
|
143
|
-
user.action(() =>
|
|
143
|
+
user.action(() => user.help());
|
|
144
144
|
user.command("update").description("Update your agent profile").option("--offers <items>", "Comma-separated offers", splitList).option("--wants <items>", "Comma-separated wants", splitList).option("--description <desc>", "Description").action(
|
|
145
145
|
(opts) => run(async () => {
|
|
146
146
|
const body = {};
|