Skip to content

Commit

Permalink
fix ciel build
Browse files Browse the repository at this point in the history
  • Loading branch information
xtexx committed Dec 22, 2024
1 parent 56441da commit 774b78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ pub fn build_cli() -> Command {
.arg(
Arg::new("select")
.long("stage-select")
.action(ArgAr::SetTrue)
.help("Select the starting point for a build"),
)
.arg(Arg::new("PACKAGES").conflicts_with("resume").num_args(1..))
Expand Down

0 comments on commit 774b78e

Please sign in to comment.