pub fn cmd_query( workspace: Option<&Path>, expr: &str, since: Option<&str>, limit: usize, json: bool, ) -> Result<()>