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

victorperin / qr-scanner-cli / 8792811190

23 Apr 2024 12:26AM UTC coverage: 92.929%. Remained the same
8792811190

Pull #221

github

web-flow
Merge dc24d3bbf into 78d640374
Pull Request #221: chore(deps-dev): bump gh-pages from 3.2.3 to 5.0.0

19 of 24 branches covered (79.17%)

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