pub fn build_transactions<'a>(
    config: &'a GlobalConfig,
    command_inputs: &[RawCommand]
) -> Result<Vec<Command<'a>>>