Script file arguments
with params from std:params
var address = params.getString(0)
var port = params.getInt(1)
var deamon = params.getBoolByName("d","deamon")
/*
so the execution call could look like:
hades server.hd localhost 8080 -d true
*/Last updated