Skip to content

Commit

Permalink
chore: update readme with suffix example
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Nov 24, 2024
1 parent 561cdd1 commit e010294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use std::{net::SocketAddr, path::PathBuf};
use parenv::Environment;

#[derive(Debug, Environment)]
#[parenv(prefix = "ENV_")]
#[parenv(prefix = "ENV_", suffix = "_ARG")]
struct Env {
/// The cat
cat: Option<u8>,
Expand Down

0 comments on commit e010294

Please sign in to comment.