Closed ejvaughan closed 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.
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.
getopt
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.