summaryrefslogtreecommitdiffstats
path: root/CLI/rust/src
AgeCommit message (Collapse)AuthorFilesLines
2021-04-03Refactor options method to allow easier testinga14m1-6/+81
And add the testing of the refactored app method
2021-04-02Move validators module to it's own filea14m2-121/+119
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 validationsa14m2-0/+10
2021-04-01Add CLI Width/Height validationsa14m2-0/+45
2021-04-01Add the CLI options basic argsa14m2-1/+73
Add the ordering for the help menu Define the CLI options of clap
2020-12-15Add the basic rust package structurea14m1-0/+3