This commit is contained in:
2026-01-25 21:22:30 +08:00
parent 721832e556
commit fae066cc30

View File

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