hozn / coilmq

Lightweight Python STOMP message broker.
Apache License 2.0
49 stars 18 forks source link

Fix command line argument parsing with click 8 #28

Open vallsv opened 3 years ago

vallsv commented 3 years ago

Hi,

There is a regression on click 8 which break the coilmq application.

This MR ensure to use the proper way to read boolean flag from click documentation.

As result click 8 can be used, and it should ensure to work with further click version.

See https://github.com/pallets/click/issues/1897