Function broot::verb::verb_write

source ·
pub fn verb_write(
    con: &AppContext,
    line: &str
) -> Result<CmdResult, ProgramError>
Expand description

Intended to verbs, this function writes the passed string to the file provided to broot with --verb-output, creating a new line if the file is not empty.