//! Code for implementing the command line interface to EBG.
pubmodabout;pubmodbuild;pubmodlist;pubmodnew_post;pubmodwayback;/// Describes a command that can be run from the command line.
////// This is normally implemented on the arguments struct.
pubtraitCommand{fnrun(self)->miette::Result<()>;}