pub fn run_command<'a>( command: String, vault_name: &str, note_name: &str, note_path: &str, callback: impl FnMut(&str, &[&str]) -> Option<Message<'a>>, ) -> Option<Message<'a>>