# Functions
Check checks error, if != nil, throw panic.
Client return a new Tat Client.
Exit func display an error message on stderr and exit 1.
GetSkipLimit gets skip and limit in args array default skip to 0 and limit to 10.
Print prints json return.
ReadConfig reads config in .tatcli/config per default.
# Variables
BasicAuth enables basic auth support.
ConfigFile is $HOME/.tatcli/config.json per default contains user, password and url of tat.
Debug display Request and response from Tat Engine.
Password of tat user.
Pretty prints json return in pretty format.
ShowStackTrace prints stacktrace on tatcli panic.
SSLInsecureSkipVerify Skip certificate check with SSL connection.
TatwebuiURL of tat Web UI, used only by tatcli ui and facultative.
URL of tat engine.
Username of tat user.
Verbose display return from Tat Engine.