var cmd = &cobra.Command{
Short: "A tool for monitoring CTFd competitions",
23
-
Long: `ctfd-alerts is a command-line tool that helps you monitor CTFd-based
24
-
competitions by providing real-time updates, notifications, and status information.`,
24
+
___| |_ / _| __| | __ _| | ___ _ __| |_ ___
25
+
/ __| __| |_ / _, |_____ / _ | |/ _ \ '__| __/ __|
26
+
| (__| |_| _| (_| |_____| (_| | | __/ | | |_\__ \
27
+
\___|\__|_| \__,_| \__,_|_|\___|_| \__|___/
29
+
ctfd-alerts is a command-line tool that helps you monitor CTFd-based
30
+
competitions by sending you ntfy notifications when someone bypasses
31
+
you or a new challenge is announced. You can also use the fancy status command :)`,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
configFile, _ := cmd.Flags().GetString("config")