(flags *pflag.FlagSet)
| 317 | } |
| 318 | |
| 319 | func addWaitForCompletionFlag(flags *pflag.FlagSet) { |
| 320 | flags.BoolP( |
| 321 | "wait", "w", false, |
| 322 | "Wait until the analysis is completed and show the analysis results") |
| 323 | } |
| 324 | |
| 325 | func addPasswordFlag(flags *pflag.FlagSet) { |
| 326 | flags.StringP( |
no outgoing calls
no test coverage detected