shoud-cli 3.0.2 → 3.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/bin/shoud.js +1 -1
- package/package.json +1 -1
package/bin/shoud.js
CHANGED
|
@@ -28,7 +28,7 @@ async function main() {
|
|
|
28
28
|
|
|
29
29
|
program
|
|
30
30
|
.name('shoud')
|
|
31
|
-
.version(
|
|
31
|
+
.version(pkg.version)
|
|
32
32
|
.description('SHOUD Terminal Agent')
|
|
33
33
|
.argument('[prompt...]', 'The task you want SHOUD to execute')
|
|
34
34
|
.option('--budget <amount>', 'Budget for this job in USD', parseFloat)
|