parser.add_argument("--set-filter",help="Sets the pre-/de-emphasis, highpass- and lowpass-filter. Use {off, on}",nargs=3,metavar=("pre_de_emphasis","lowpass","highpass"))
parser.add_argument("--get-rssi",help="Prints the current RSSI to STDOUT",action="store_true")
parser.add_argument("--no-ping",help="Disables the initial ping of the device",action="store_true")
parser.add_argument("--hold-tx",help="Asserts tx for N seconds",nargs=1,type=float)
parser.add_argument("-v",help="Be more verbose",action="store_true")