Variables
Let args
args: string[] = process.argv.slice(2)
Let config
config: string = "elbowgrease.json"
Let connectionData
connectionData: any = null
Let options
options: any = {} as any
Let output
output: any = null
Let runningGlobal
runningGlobal: boolean = false
Let start
start: Object = process.hrtime()