Function jj_cli::command_error::config_error_with_message

source ยท
pub fn config_error_with_message(
    message: impl Into<String>,
    source: impl Into<Box<dyn Error + Send + Sync>>,
) -> CommandError