junzis / pyModeS

Python decoder for Mode S and ADS-B signals
GNU General Public License v3.0
527 stars 151 forks source link

modeslive -h/--help should show help #72

Closed booo closed 3 years ago

booo commented 4 years ago

Issuing modeslive -h or modeslive --help should show the help text.

junzis commented 3 years ago

It seems the stdout was redirected before the argparse. Now the bug should be fixed in 0d7f628.

booo commented 3 years ago

Super nice. Thanks for your work!