wenox-cli 1.1.0 → 1.1.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/bin/wenox.js +1 -1
- package/package.json +1 -1
package/bin/wenox.js
CHANGED
|
@@ -301,7 +301,7 @@ async function main() {
|
|
|
301
301
|
// Handle help flag
|
|
302
302
|
if (process.argv.includes('--help') || process.argv.includes('-h')) {
|
|
303
303
|
console.log(`
|
|
304
|
-
${chalk.
|
|
304
|
+
${chalk.bold(chalk.cyan('WENOX CLI'))} - Claude API Enterprise Platform
|
|
305
305
|
|
|
306
306
|
${chalk.bold('Usage:')}
|
|
307
307
|
wenox [options] [files...]
|