Prompt user to provide at least 2 arguments rather than 3
authorFreddieKrugerrand <freddiekrugerrand@protonmail.com>
Wed, 1 Feb 2023 20:23:00 +0000 (15:23 -0500)
committerFreddieKrugerrand <freddiekrugerrand@protonmail.com>
Wed, 1 Feb 2023 20:24:25 +0000 (15:24 -0500)
env::args returns the name of the binary, which isn't something
the end user would think about. So while we require at least 3
arguments, it makes sense to only ask for 2.


No differences found