AnemoneLabs / unmessage

Privacy enhanced instant messenger
GNU General Public License v3.0
42 stars 7 forks source link

Create an argument parser to be used by both UIs #73

Closed felipedau closed 6 years ago

felipedau commented 6 years ago

Both the GUI and CLI receive command-line arguments when launched, each creating their own parser. The UIs should call a function that creates a parser for them, passing which arguments it should have.