iamjerrchen / p2p_messaging_network

0 stars 0 forks source link

Command line parser #4

Open iamjerrchen opened 6 years ago

iamjerrchen commented 6 years ago

The command line parser will allow arguments to be dynamically used with the server on startup and when being interfaced.

tdh911 commented 6 years ago

I'm not fully following the purpose of this issue? Is this just saying implement the command line client?

iamjerrchen commented 6 years ago

This was just to make it easier to parse arguments passed into the application similar to argsparse in python., but for now, if we're only doing ips as arguments, this isn't necessary. We can ignore this for now.