colourise the terminal

This commit is contained in:
2023-03-08 19:04:53 +00:00
parent 11ed803601
commit f7603e30c4
18 changed files with 373 additions and 76 deletions

View File

@@ -16,10 +16,12 @@ func main() {
panic(e)
}
if len(Args) == 0 {
panic("No file specified")
shell()
os.Exit(0)
}
err := importMod(Args[0], ex, true)
if err.EXISTS {
panicErr(err)
os.Exit(1)
}
}