pub fn process_command( db: &mut impl DbOp<String, String>, script_context: &mut BTreeMap<String, RefPrimitive>, current_cache: &mut String, previous_dir: &mut PathBuf, line: &str, ) -> Result<()>