FaradayRF / faradayio-cli

Command Line Interface implementation of the faradayio module
GNU General Public License v3.0
1 stars 1 forks source link

Check User Input For Validity #30

Open kb1lqc opened 6 years ago

kb1lqc commented 6 years ago

Per #29 the software should check for user input validity and essentially sanitize input.

kb1lqc commented 6 years ago

Taking some pointers from http://www.tldp.org/LDP/LG/issue83/evans.html

kb1lqc commented 6 years ago

Keeping open until unit testing checks the input values and until the timeout values are properly handled by argparse

kb1lqc commented 6 years ago

:rotating_light: Ahh I still need to add in the baud rate values to the --help options.

kb1lqc commented 6 years ago

:rotating_light: Ahh I need to accept timeouts that are floats as well!