//! Shared utils for TVC CLI.
use Context;
use Path;
/// Read a file to string with contextual error information.
///
/// Trims leading and trailing whitespace from the content.
pub async
/// Write contents to a file with contextual error information.
pub async