//! Implements the `manta config unset hsm` command.
//!
//! Removes the `hsm_group` key from `cli.toml`. Inverse of
//! [`super::set_hsm`].
use Error;
use crateaction_result;
use ;
/// Remove the default HSM group from configuration.
///
/// # Errors
///
/// Returns an error if the config file cannot be read or written, or
/// the renderer fails.