kaaveland / eugene

Careful With that Lock, Eugene
MIT License
32 stars 1 forks source link

Refactor cli parsing in eugene.rs #98

Closed kaaveland closed 5 months ago

kaaveland commented 5 months ago

This is preparation for #97 -- gathers up shared options for lint and trace into a struct and pull out shared logic for parsing. A side effect is that args are now listed in the same order for help texts, and help texts are identical for the same options.