# Functions
AddFormatFlag adds the format flag to the specified command.
AddVersionCommand adds the version command to the app.
AskForConfirmation asks the user for confirmation.
GetBrokers returns the list of the brokers.
InitKafkaManager initialises the Kafka manager.
PrintConfigList prints the configurations as a list.
PrintConfigTable prints the configurations in tabular format.
# Constants
JSONFormat json format.
PlainTextFormat plain text format.
TableFormat tabular format.
TreeFormat tree format.
# Structs
GlobalParameters holds the app's global parameters available to all the sub-commands.
KafkaParameters holds CLI parameters to connect to Kafka.
TLSParameters holds TLS connection parameters.