MCPcopy Create free account
hub / github.com/Hackmanit/Web-Cache-Vulnerability-Scanner / getLogo

Function getLogo

pkg/flags.go:291–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289}
290
291func getLogo() string {
292 // source: https://patorjk.com/software/taag/#p=display&f=Slant%20Relief&t=wcvs
293 logo := `
294__/\\____/\\___/\\_____/\\\\\\\\__/\\\____/\\\__/\\\\\\\\\\_
295 _\/\\\__/\\\\_/\\\___/\\\//////__\//\\\__/\\\__\/\\\//////__
296 _\//\\\/\\\\\/\\\___/\\\__________\//\\\/\\\___\/\\\\\\\\\\_
297 __\//\\\\\/\\\\\___\//\\\__________\//\\\\\____\////////\\\_
298 ___\//\\\\//\\\_____\///\\\\\\\\____\//\\\______/\\\\\\\\\\_
299 ____\///__\///________\////////______\///______\//////////__`
300
301 logo = strings.ReplaceAll(logo, "_", color.HiRedString("_"))
302 return logo
303}
304
305func writeToWriter(w *tabwriter.Writer, flagStruct []FlagStruct) {
306 for _, ts := range flagStruct {

Callers 2

ParseFlagsFunction · 0.85
helpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected