Skip to content

Commit

Permalink
Update mirrord/cli/src/config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: meowjesty <[email protected]>
  • Loading branch information
Razz4780 and meowjesty authored Nov 20, 2024
1 parent f7bca4f commit 3783db2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mirrord/cli/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ pub(super) struct ExecParams {
pub context: Option<String>,

/// Path to env file that should be used for the execution.
///
/// Allows for passing environment variables from an env file.
///
/// These variables will override environment fetched from the remote target.
#[arg(long, value_hint = ValueHint::FilePath)]
pub env_file: Option<PathBuf>,
}
Expand Down

0 comments on commit 3783db2

Please sign in to comment.