john- / ham2mon

GNU Radio based SDR scanner for narrow band FM demodulation
GNU General Public License v3.0
2 stars 0 forks source link

Option parser allows ---max-recording without -w (recording) #29

Open john- opened 3 months ago

john- commented 3 months ago

Currently the user can specify a maximum length of a recording (--max-recording) but not enable recording (-w).

Expected result: Generate an error at startup if this condition happens.