ask-cli-ai 1.0.3 → 1.0.4
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/app.js +2 -2
- package/package.json +1 -1
package/dist/app.js
CHANGED
|
@@ -9,8 +9,8 @@ import { providers } from "./commands/providers.js";
|
|
|
9
9
|
import { logo } from "./utils/logo.js";
|
|
10
10
|
void yargs(hideBin(process.argv))
|
|
11
11
|
.scriptName('ask')
|
|
12
|
-
.usage(`${logo}\nAI CLI to help you with commands, coding, apps and more.\n\nVersion: 1.0.
|
|
13
|
-
.version('1.0.
|
|
12
|
+
.usage(`${logo}\nAI CLI to help you with commands, coding, apps and more.\n\nVersion: 1.0.4\n\nUsage: $0 <prompt..>`)
|
|
13
|
+
.version('1.0.4')
|
|
14
14
|
.locale('en')
|
|
15
15
|
.example('$0 how to run a docker container', '')
|
|
16
16
|
.example('how to setup my git account', '')
|