📝 Update script metadata and help message for howto.ts

This commit is contained in:
2026-04-12 22:35:48 +08:00
parent d93c7cbbe3
commit eba1024758
2 changed files with 8 additions and 5 deletions

View File

@@ -14,10 +14,13 @@ async function main() {
});
if (flags.help) {
console.log(`howto.ts
console.log(`howto.ts - 🚀 AI-powered Natural Language to CLI conversion
e.g.
howto.ts get disk usage for current dir
howto.ts --help - show help
howto.ts 'MESSAGE' - generate command line for MESSAGE
howto.ts [-N|--no-exec] 'MESSAGE' - generate command line for MESSAGE
`);
exit(0);
}