lurk-lab/lurk-rs

Fix backend argument input formatting

arthurpaulino opened this issue · 1 comments

[Post #1119]

We want to be able to call lurk --backend SuperNova but it only accepts super-nova instead.

I've already tried setting the serde for Backend as "PascalCase", but the issue persists. This is looking like some tricky clap gotcha or bug.

Already dealt with in #1119 (thanks for the tip @samuelburnham!)