Skip to content

Commit

Permalink
chore!: modify the env name of the config parameter (#259)
Browse files Browse the repository at this point in the history
Signed-off-by: Shigure Kurosaki <[email protected]>
  • Loading branch information
kurosakishigure authored Jan 11, 2025
1 parent 4bb0808 commit f7a4600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enum Commands {
#[command(version, about, long_about = None)]
struct Cli {
/// Use a katharsis.config.toml file as the config
#[arg(env, short, long, value_name = "FILE")]
#[arg(env = "KATHARSIS_CONFIG", short, long, value_name = "CONFIG_FILE")]
config: Option<PathBuf>,

#[command(subcommand)]
Expand Down

0 comments on commit f7a4600

Please sign in to comment.