From fae066cc30b47b284ce91549972699dea89bfade Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 25 Jan 2026 21:22:30 +0800 Subject: [PATCH] updates --- python-ts/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-ts/main.ts b/python-ts/main.ts index 73de749..5e3a5fc 100644 --- a/python-ts/main.ts +++ b/python-ts/main.ts @@ -331,7 +331,8 @@ async function main() { const args = Deno.args; if (args.length === 0) { - log.warn("Subcommand not found, `python.ts help` for help message"); + log.warn("No subcommand assigned"); + handleHelp([]); return; }