Skip to content

Commit 37ee412

Browse files
committed
add serde renames
1 parent 57cb54e commit 37ee412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/pyth-lazer-agent/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ mod publisher_handle;
1515
mod relayer_session;
1616
mod websocket_utils;
1717

18-
#[derive(Parser)]
18+
#[derive(Parser, Deserialize)]
19+
#[serde(rename_all = "kebab-case")]
1920
#[command(version)]
2021
struct Cli {
2122
#[clap(short, long, default_value = "config/config.toml")]

0 commit comments

Comments
 (0)