Add philosophy-game trace command
This commit is contained in:
parent
a12f79d864
commit
27416cf782
2 changed files with 46 additions and 5 deletions
|
|
@ -12,6 +12,7 @@ pub enum PhilosophyGameCmd {
|
|||
First,
|
||||
Canonical,
|
||||
Cluster,
|
||||
Trace { start: String },
|
||||
}
|
||||
|
||||
#[derive(Debug, Parser)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue