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

victorperin / qr-scanner-cli / 7770727734

04 Feb 2024 01:24AM UTC coverage: 92.929%. Remained the same
7770727734

push

github

victorperin
fix(mutation): update stryker

19 of 24 branches covered (0.0%)

Branch coverage included in aggregate %.

73 of 75 relevant lines covered (97.33%)

19.47 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/cli/flags.ts
1
export type Flags = {
2
  clear?: boolean
3
  clipboard?: boolean
4
  open?: boolean
5
}
6

7
const flags = {
24✔
8
  clear: {
9
    boolean: true,
10
    default: false,
11
    alias: 'c',
12
    description: 'Clear output, just print the QR Code scan result',
13
  },
14
  clipboard: {
15
    boolean: true,
16
    default: false,
17
    alias: 'p',
18
    description: 'Copy the qr code value to your clipboard',
19
  },
20
  open: {
21
    boolean: true,
22
    default: false,
23
    alias: 'o',
24
    description: 'Open the qr code value in any browser or program if support it',
25
  },
26
}
27

28
export default flags
24✔
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