INNER CODE UNIT · Go
init
xm1k3/cent · cmd/summary.go:350
func init() {
rootCmd.AddCommand(summaryCmd)
summaryCmd.AddCommand(summaryUpdateCmd)
summaryCmd.Flags().StringP("path", "p", "cent-nuclei-templates", "Root path to save the templates")
summaryCmd.Flags().BoolP("json", "j", false, "Output in JSON format")
summaryCmd.Flags().IntP("limit", "l", 25, "Limit number of tags to display")
summaryCmd.Flags().StringP("search", "s", "", "Search for specific data in summary")
summaryUpdateCmd.Flags().StringP("path", "p", "cent-nuclei-templates", "Root path to save the templates")
}