@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.
Files changed (2) hide show
  1. package/dist/lib/auth.js +1 -1
  2. 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('snap stats') + chalk_1.default.gray(' - View your coding stats\n'));
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcommit/cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Instant AI commits. Beautiful progress tracking. Never write commit messages again.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {