summaryrefslogtreecommitdiffstats
path: root/CLI/rust/src/game_of_life/opts.rs
AgeCommit message (Expand)AuthorFilesLines
2021-04-09Refactor terminal_size_wrapper to allow mocking in CIa14m1-4/+23
2021-04-08Add banner implementation for the opts struct w/testsa14m1-0/+43
2021-04-04Remove unneeded mockinga14m1-5/+1
2021-04-03Add missing docsa14m1-0/+12
2021-04-03Add the Opts struct and parse CLI args into struct w/validationa14m1-0/+166
2021-04-02Move validators module to it's own filea14m1-121/+1
2021-04-02Add the testing of width and height in optsa14m1-0/+52
2021-04-01Add the testing of is_positivea14m1-0/+20
2021-04-01Add the delay opt validationsa14m1-0/+9
2021-04-01Add CLI Width/Height validationsa14m1-0/+40