racoon63 / bandwidth-monitor

Bandwidth-Monitor is a tool to measure your bandwidth and latency.
Apache License 2.0
5 stars 0 forks source link

Parameter and flag support #44

Open racoon63 opened 4 years ago

racoon63 commented 4 years ago

I want to implement parameters, options, and flags for the service when starting it e.g. specify the path to the config with -c path/to/config.ini or the server list with -s server1 server1 ....

To achieve this I want to implement this through the python argparse lib.

Parameters and flags to implement: