Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/deacon/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,11 +529,11 @@ pub enum Commands {
docker_compose_path: String,
/// HIDDEN: pin the version of a specific Feature in `devcontainer.json`
/// before regenerating the lockfile. Used by Dependabot.
/// Must be used with `--target-version`. **Pinning is deferred to PR-5b.**
/// Must be used with `--target-version`.
#[arg(long, short = 'f', hide = true)]
feature: Option<String>,
/// HIDDEN: target version for `--feature`. Must match
/// `^\d+(\.\d+(\.\d+)?)?$`. **Pinning is deferred to PR-5b.**
/// `^\d+(\.\d+(\.\d+)?)?$`.
#[arg(long, short = 'v', hide = true)]
target_version: Option<String>,
},
Expand Down
Loading
Loading