//! Routes the `manta gen-man` command to its exec function.
//!
//! Like `gen-autocomplete`, this handler does NOT call
//! `get_api_token` — installing man pages is purely local.
use PathBuf;
use Error;
use ArgMatches;
use crategen_man;
use crateAppContext;
/// Dispatch `manta gen-man`.
pub async