Skip to content

Commit

Permalink
fix: Update cli.yml to pass clap ArgSettings::MultipleValues assertio…
Browse files Browse the repository at this point in the history
…n. (#2506) (#2507)

Co-authored-by: David Von Edge <david.vonedge@smiths.com>
  • Loading branch information
edgex004 and David Von Edge authored Aug 22, 2021
1 parent 8fcdc1d commit 0391ac3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/cli.rs-fix-cli.yml-assertion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cli.rs": patch
---

Update cli.yml to pass clap ArgSettings::MultipleValues assertion.
5 changes: 5 additions & 0 deletions tooling/cli.rs/src/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,18 @@ subcommands:
short: t
long: target
about: target triple to build against
takes_value: true
multiple_values: true
- features:
short: f
long: features
about: list of cargo features to activate
takes_value: true
multiple_values: true
- args:
about: Args passed to the binary
index: 1
takes_value: true
multiple_values: true
- release:
long: release
Expand Down Expand Up @@ -69,11 +72,13 @@ subcommands:
short: t
long: target
about: target triple to build against
takes_value: true
multiple_values: true
- features:
short: f
long: features
about: list of cargo features to activate
takes_value: true
multiple_values: true
- sign:
about: Tauri updates signer.
Expand Down

0 comments on commit 0391ac3

Please sign in to comment.