babelouest / ulfius

Web Framework to build REST APIs, Webservices or any HTTP endpoint in C language. Can stream large amount of data, integrate JSON data with Jansson, and create websocket services
https://babelouest.github.io/ulfius
GNU Lesser General Public License v2.1
1.08k stars 182 forks source link

Fix the `uwsc --quiet` long option to properly enable quiet mode #272

Closed pabs3 closed 5 months ago

pabs3 commented 5 months ago

Previously it enabled version printing mode instead, because it was associated with the 'v' short option.

Fixes: commit f7efb9e0833c79b55c4c8370f65aa98225c4afec

babelouest commented 5 months ago

Thanks!