mclang / kiho-wt-puncher

Rust CLI app to make Kiho worktime login/logout punches using Kiho API
GNU General Public License v3.0
1 stars 0 forks source link

Add version info into the `USER_AGENT` #9

Closed mclang closed 1 week ago

mclang commented 1 week ago

Problem

Current user agent is plain Kiho Worktime Puncher/reqwest, but version string would be nice in case server side debugging is needed.

Solution

Maybe const_format could be used?