Skip to content

Commit 5e07a1b

Browse files
committed
added python run command
1 parent 1707604 commit 5e07a1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ try {
5858
console.log(" cargo run");
5959
} else if (execSync("Makefile")) {
6060
console.log(" make run");
61+
} else if (execSync("pyproject.toml")) {
62+
console.log(" python -m package.main");
6163
}
6264
} catch (error) {
6365
console.error(error);

0 commit comments

Comments
 (0)