Projects STRLCPY csprecon Commits c19e1755
🤬
  • ■ ■ ■ ■
    pkg/input/flags.go
    skipped 62 lines
    63 63   flagSet.BoolVar(&options.Silent, "s", false, `Print only results`),
    64 64   )
    65 65   
    66  - if help() || noArgs() || !options.Silent {
     66 + if (help() || noArgs()) && !options.Silent {
    67 67   output.ShowBanner()
    68 68   }
    69 69   
    skipped 32 lines
Please wait...
Page is in error, reload to recover