updates
This commit is contained in:
@@ -331,7 +331,8 @@ async function main() {
|
|||||||
const args = Deno.args;
|
const args = Deno.args;
|
||||||
|
|
||||||
if (args.length === 0) {
|
if (args.length === 0) {
|
||||||
log.warn("Subcommand not found, `python.ts help` for help message");
|
log.warn("No subcommand assigned");
|
||||||
|
handleHelp([]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user