# Functions
RunAllServers As the function implies, this will run all servers concurrently.
RunGroups This will run servers concurrently and groups sequentially.
RunSequentially Function for running everything sequentially, this will be the default behaviour.
# Variables
OSSwitcher a much needed var between main and sshlib.
# Structs
ParsedData Parsing data to struct to cleanup some code.
Switches For checking what CLI option was used and run the appropriate functions.