rx_tools
rx_tools copied to clipboard
Long option support in command-line arguments
All the tools use getopt() and only accept short flags, like "-f", but these aren't very descriptive. Should keep the short names for compatibility and convenience but also add support for "--frequency" and so on.