mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
colourise the terminal
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user