applogo

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2025 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
	Name:  "logo",
	Usage: "print Wa text format logo",
	Flags: []cli.Flag{
		&cli.BoolFlag{
			Name:    "more",
			Aliases: []string{"m"},
			Usage:   "print more text logos",
		},
		&cli.BoolFlag{
			Name:  "svg",
			Usage: "print svg logo",
		},
	},
	Action: func(c *cli.Context) error {
		if c.Bool("svg") {
			PrintLogoSvg()
			return nil
		}
		PrintLogo(c.Bool("more"))
		return nil
	},
}

Functions

func PrintLogo(more bool)

func PrintLogoSvg added in v0.8.1

func PrintLogoSvg()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL