@snapcommit/cli 1.0.2 → 1.0.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/lib/auth.js +1 -1
- package/package.json +1 -1
package/dist/lib/auth.js
CHANGED
|
@@ -132,7 +132,7 @@ async function promptAuth() {
|
|
|
132
132
|
console.log(chalk_1.default.bold('🚀 Quick Start:\n'));
|
|
133
133
|
console.log(chalk_1.default.gray(' • ') + chalk_1.default.cyan('snap quick') + chalk_1.default.gray(' - AI commit in any repo'));
|
|
134
134
|
console.log(chalk_1.default.gray(' • ') + chalk_1.default.cyan('snap') + chalk_1.default.gray(' - Natural language Git commands'));
|
|
135
|
-
console.log(chalk_1.default.gray(' • ') + chalk_1.default.cyan('
|
|
135
|
+
console.log(chalk_1.default.gray(' • Type ') + chalk_1.default.cyan('exit') + chalk_1.default.gray(' to leave SnapCommit\n'));
|
|
136
136
|
return true;
|
|
137
137
|
}
|
|
138
138
|
else {
|