//! The non-engine command handlers: listing, single-clip fetch, config and auth
//! management, version reporting, and shell completions. The sync/copy/check
//! engine lives in [`crate::cli::run`].
pubmodauth;pubmodcompletions;pubmodconfig;pubmodfetch;pubmodls;pubmodversion;