You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata/scripts/help.txt

31 lines
542 B
Plaintext

! garble
stderr -count=1 'Usage of garble'
stderr 'garble cmd'
! stderr 'usage: go build'
! stdout .
! garble -h
stderr 'Usage of garble'
! stdout .
! garble help
stderr 'Usage of garble'
! stdout .
! garble build -h
stderr 'Usage of garble'
! stderr 'usage: go build'
! stdout .
! garble -badflag
stderr 'Usage of garble'
! stdout .
! garble badcmd
stderr 'unknown command'
[!windows] ! garble /does/not/exist/compile
[!windows] stderr 'no such file'
[windows] ! garble C:\does\not\exist\compile
[windows] stderr 'file does not exist'