# Functions
AnalyseTables calculates the frequency of all records in the backup file.
CSV dumps the raw backup data into a comma-separated value format.
E is a wrapper to simply create a cli.ExitError.
ExtractAttachments pulls only the attachments out of the backup file and outputs them in the current working directory.
JSON <undefined>.
Raw performs an ever plainer dump than CSV, and is largely unusable for any purpose outside debugging.
XML formats the backup into the same XML format as SMS Backup & Restore uses.
# Constants
AppHelp is the help template.
TODO: Work out how to display global flags here SubcommandHelp is the subcommand help template.