nexrall-code 0.5.22 → 0.5.23
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
|
@@ -25596,7 +25596,7 @@ function pluginListCommand() {
|
|
|
25596
25596
|
|
|
25597
25597
|
// src/index.ts
|
|
25598
25598
|
var program2 = new Command();
|
|
25599
|
-
program2.name("nex").description("Nexrall Code \u2014 AI coding assistant (powered by Nexrall)").version("0.5.
|
|
25599
|
+
program2.name("nex").description("Nexrall Code \u2014 AI coding assistant (powered by Nexrall)").version("0.5.23");
|
|
25600
25600
|
program2.command("auth").description("Login to your Nexrall account").action(authCommand);
|
|
25601
25601
|
program2.command("logout").description("Log out of your Nexrall account").action(logoutCommand);
|
|
25602
25602
|
program2.command("update").description("Update nex to the latest version").option("-c, --check", "Check for updates without installing").option("-y, --yes", "Skip confirmation prompt").action(async (opts) => {
|