pub fn run_annotate(
ref_str: String,
text: Option<String>,
clear: bool,
) -> Result<()>Expand description
Run the annotate subcommand: set or clear the freeform annotation on a
stored entry. Exactly one of text (Some) or clear = true must be given.