/*!
# CLI module
Command line interface functionality that is specific to Aardvark.
*//// The main CLI module that contains the top-level CLI parser and help text
pubmodcore;/// The compare CLI subcommand
pubmodcompare;/// The merge CLI subcommand
pubmodmerge;