pub async fn cmd_context_set(
cli: &Cli,
path: Option<String>,
state: Option<String>,
scope: Option<String>,
kind: String,
tags: Vec<String>,
message: Option<String>,
file: Option<PathBuf>,
) -> Result<()>Expand description
Set a context annotation on a file path or state target.