File: flags.txtar

package info (click to toggle)
golang-mvdan-xurls 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 3
file content (11 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
exec xurls -h
! stderr 'flag provided but not defined'
stderr 'Usage: xurls'
! stderr 'help requested' # don't duplicate usage output
! stderr '-test\.' # don't show the test binary's usage func

! exec xurls -r -m="whatever"
stderr 'at the same time'

! exec xurls -m="bad(regexp"
stderr 'missing closing \)'