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; }