• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kbknapp / clap-rs / 2190
89%
master: 94%

Build:
Build:
LAST BUILD BRANCH: issues-839,840
DEFAULT BRANCH: master
Ran 24 Jun 2016 06:42PM UTC
Jobs 1
Files 46
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2190

push

travis-ci

homu
Auto merge of #542 - brianp:issue-426, r=kbknapp

imp(ArgGroup): Add multiple ArgGroups per Arg

Add the function `Arg.groups` that can take a `Vec<&'a str>` to add the `Arg` to multiple `ArgGroup`'s at once.

ex:
```rust
Arg::with_name("arg")
    .groups(&["grp1", "grp2"])
```

Closes #426

5062 of 5977 relevant lines covered (84.69%)

0.85 hits per line

Jobs
ID Job ID Ran Files Coverage
4 2190.4 24 Jun 2016 06:42PM UTC 0
84.69
Travis Job 2190.4
Source Files on build 2190
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2190
  • 18237f40 on github
  • Prev Build on auto (#2188)
  • Next Build on auto (#2198)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc