ejvaughan / cse521

CSE521 course project (car hacking)
MIT License
1 stars 0 forks source link

Utilize EasyArgs library to parse command line arguments in the non-AwS tool #7

Closed ejvaughan closed 7 years ago

ejvaughan commented 7 years ago

Currently, we are parsing command line args using EasyArgs in the AwS-based utility, but we should also utilize this library for the non-AwS tool as well.

ejvaughan commented 7 years ago

The CLI only has three command line options, so it's really overkill to add EasyArgs as a dependency. As sad as it is, getopt will do.