Skip to content

Commit

Permalink
Update crates/spk-cli/common/src/flags.rs
Browse files Browse the repository at this point in the history
Co-authored-by: jrray <jrray@jrray.org>
Signed-off-by: dcookspi <92065525+dcookspi@users.noreply.github.com>
  • Loading branch information
dcookspi and jrray authored Jul 23, 2024
1 parent f68157a commit 20ff477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spk-cli/common/src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ pub struct DecisionFormatterSettings {
/// Override the default solver output filename prefix. The
/// current date, time, and solver kind name will be appended to
/// this prefix to produce the file name for each solver.
#[clap(long, default_value_t=String::from(DEFAULT_SOLVER_RUN_FILE_PREFIX), env = SPK_OUTPUT_FILE_PREFIX)]
#[clap(long, default_value_t=String::from(DEFAULT_SOLVER_RUN_FILE_PREFIX), env = SPK_SOLVER_OUTPUT_FILE_PREFIX)]
output_file_prefix: String,
}

Expand Down

0 comments on commit 20ff477

Please sign in to comment.