//! Command handlers for `ez-token` subcommands.
//!
//! Each module corresponds to a top-level CLI command and is responsible
//! for orchestrating the flow from resolved arguments through to token retrieval.
/// Machine-to-machine token fetch (`ez-token m2m`).
/// Manages configuration profiles (`ez-token config`).
/// Interactive browser login via PKCE (`ez-token login`).