applogo

package
v0.8.0-test2 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2023 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 logos",
		},
	},
	Action: func(c *cli.Context) error {
		PrintLogo(c.Bool("more"))
		return nil
	},
}

Functions

func PrintLogo(more bool)

Types

This section is empty.

Jump to

Keyboard shortcuts

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