claude-issue-solver 1.18.0 → 1.18.1
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
|
@@ -22,7 +22,7 @@ const program = new commander_1.Command();
|
|
|
22
22
|
program
|
|
23
23
|
.name('claude-issue')
|
|
24
24
|
.description('Automatically solve GitHub issues using Claude Code')
|
|
25
|
-
.version(packageJson.version);
|
|
25
|
+
.version(packageJson.version, '-v, --version', 'Show version number');
|
|
26
26
|
// Commands that skip requirements check
|
|
27
27
|
const skipRequirementsCommands = ['init'];
|
|
28
28
|
// Check requirements before any command (except init)
|