// AddFlags add the generator flags to the flag set.
func(c*CustomArgs)AddFlags(fs*pflag.FlagSet){
fs.StringVarP(&c.ReportFilename,"report-filename","r",c.ReportFilename,"Name of report file used by API linter to print API violations. Default \"-\" stands for standard output. NOTE that if valid filename other than \"-\" is specified, API linter won't return error on detected API violations. This allows further check of existing API violations without stopping the OpenAPI generation toolchain.")