pub(crate) async fn run(
state: Arc<Mutex<CliState>>,
command: &ConfigCommands,
) -> Result<(), OperationOutcomeError>Expand description
Runs the config command group.
pub(crate) async fn run(
state: Arc<Mutex<CliState>>,
command: &ConfigCommands,
) -> Result<(), OperationOutcomeError>Runs the config command group.