Add philosophy-game trace command

This commit is contained in:
Joscha 2024-08-26 19:42:47 +02:00
parent a12f79d864
commit 27416cf782
2 changed files with 46 additions and 5 deletions

View file

@ -12,6 +12,7 @@ pub enum PhilosophyGameCmd {
First,
Canonical,
Cluster,
Trace { start: String },
}
#[derive(Debug, Parser)]