//! Routes the `manta gen-autocomplete` command to its exec function.
//!
//! Like `manta upgrade`, this handler does NOT call `get_api_token` —
//! generating shell-completion scripts is purely local.
use Error;
use ArgMatches;
use crategen_autocomplete;
use crateAppContext;
/// Dispatch `manta gen-autocomplete`.
pub async