# Functions
DisplayAggregatorLogs function displays selected types of logs, for example consumed messages that were not read etc.
DisplayAggregatorStatistic function displays statistic about logs taken from aggregator pods.
DisplayPipelineLogs function displays selected types of logs gathered from ccx-data-pipeline logs.
DisplayPipelineStatistic function displays statistic gathered from ccx-data-pipeline logs.
DisplayStatus displays current status (login, logs etc.).
GetAggregatorLogs function retrieves logs from aggregator pods and stores logs in file.
GetLogs function retrieves logs from selected pod and stores logs in file.
GetPipelineLogs function retrieves logs from ccx-data-pipeline pods and stores logs in file.
GetPods function retrieves list of pods available for given user.
LoadLogs function loads aggregator and pipeline logs from files (stored before via oc command).
NoOpCompleter implements a no-op completer needed to input random data.
PrintAuthors displays list of authors.
PrintHelp can be used to display help on (color) terminal.
PrintLicense displays license used by this project.
ProceedQuestion ask user about y/n answer.
Quit will exit from the CLI client.
SetColorizer set the terminal colorizer.
TryToLogin tries to login to OpenShift via oc command.