added controls through arguments

This commit is contained in:
JOLIMAITRE Matthieu 2022-04-04 20:29:47 +03:00
parent e1acc7d803
commit d28739201a
4 changed files with 294 additions and 5 deletions

View file

@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
rand = "0.8.5"
termion = "1.5.6"
clap = { version = "3.1.8", features = ["derive"] }