cli

package
v1.6.5 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// INFO is used to print informational messages to STDOUT with "[i]"
	INFO = 1
	// NOTE is used to print verbose or non-sensitive messages to STDOUT with "[-]"
	NOTE = 2
	// WARN is used to print error messages or other failures to STDOUT with "[!]"
	WARN = 3
	// DEBUG is used to print debugging messages to STDOUT with "[DEBUG]"
	DEBUG = 4
	// SUCCESS is used to print successful or important messages to STDOUT with "[+]"
	SUCCESS = 5
)

Variables

This section is empty.

Functions

func Message

func Message(level int, message string)

Message is used to print text to Standard Out

Types

This section is empty.

Jump to

Keyboard shortcuts

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