Commit dfb020b
committed
feat: Set --verbose as default for check-update command
This change modifies the check-update command to have verbose mode enabled
by default, while still allowing users to disable it with --no-verbose.
The modification affects both the production version (commit-msg.ts) and
development version (commit-msg.dev.ts) of the CLI tool.
This improves the user experience by providing more detailed output by
default, which is helpful for understanding what the update check is doing.
🤖 Generated with [Claude Code](https://claude.ai/code)
Change-Id: Ic5c9081af2c752539f8b8994a72eea24751105ef
Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>1 parent fbdbd55 commit dfb020b
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
0 commit comments