-
Notifications
You must be signed in to change notification settings - Fork 110
a6b0cb2c5e1c1efea2d48fdf7bb5b36b6675e40e broke --targets
#325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, this seems like an upstream problem, see |
weriomat
added a commit
to weriomat/deploy-rs
that referenced
this issue
Jun 6, 2025
This fixes [325](serokell#325) by manually merging `targets` with `target` if needed. It might be related to this [upstream](clap-rs/clap#5115) issue.
weriomat
added a commit
to weriomat/deploy-rs
that referenced
this issue
Jun 6, 2025
This fixes [325](serokell#325) by manually merging `targets` with `target` if needed. It might be related to this [upstream](clap-rs/clap#5115) issue.
weriomat
added a commit
to weriomat/deploy-rs
that referenced
this issue
Jun 6, 2025
This fixes [325](serokell#325) by manually merging `targets` with `target` if needed. It might be related to this [upstream](clap-rs/clap#5115) issue.
Hey, a fix might be in /// A list of flakes to deploy alternatively
#[arg(long, group = "deploy", num_args = 1..)]
targets: Option<Vec<String>>, It then works (https://github.com/VolodiaPG/deploy-rs) |
weriomat
added a commit
to weriomat/deploy-rs
that referenced
this issue
Jun 6, 2025
This fixes [325](serokell#325) by manually merging `targets` with `target` if needed. It might be related to this [upstream](clap-rs/clap#5115) issue.
SebastianStork
added a commit
to SebastianStork/nixos-config
that referenced
this issue
Jun 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Single argument to
--targets
is still fine, but multiple targets are not. Now when you saydeploy --targets .#{host-a,host-b}.system
you get:The commit in question "just" updates deps, perhaps the Clap major-version bump is the problem?
The text was updated successfully, but these errors were encountered: