pub fn cmd_consolidate(
path: &Path,
deduplicate: bool,
link_contradictions: bool,
promote_inferences: bool,
prune: bool,
compress_episodes: bool,
all: bool,
threshold: f32,
confirm: bool,
backup: Option<PathBuf>,
json: bool,
) -> AmemResult<()>Expand description
Consolidation.