okai 0.0.19 → 0.0.20
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -151,11 +151,11 @@ export async function cli(cmdArgs) {
|
|
151
151
|
console.log(`Unknown Command: ${command.script} ${command.unknown.join(' ')}\n`);
|
152
152
|
}
|
153
153
|
console.log(`Usage:
|
154
|
-
${script} <prompt>
|
154
|
+
${script} <prompt> Generate new TypeScript Data Models, C# APIs and Migrations from prompt
|
155
155
|
-m, -models <model,> Specify up to 5 LLM models to generate .d.ts Data Models
|
156
156
|
-l, -license <LC-xxx> Specify valid license certificate or key to use premium models
|
157
157
|
|
158
|
-
${script} <models>.d.ts
|
158
|
+
${script} <models>.d.ts Regenerate C# *.cs files for Data Models defined in the TypeScript .d.ts file
|
159
159
|
-w, -watch Watch for changes to <models>.d.ts and regenerate *.cs on save
|
160
160
|
|
161
161
|
${script} rm <models>.d.ts Remove <models>.d.ts and its generated *.cs files
|