emoji

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package emoji provides emoji constants for CLI output. These emojis create a consistent visual language across all command-line commands.

Index

Constants

View Source
const (

	// Success represents successful completion of an operation.
	// Used for: completed operations, verified credentials, passing tests, validation.
	Success = "✅"

	// Error represents failures or missing required configuration.
	// Used for: failed operations, missing API keys, validation errors.
	Error = "❌"

	// Stop represents critical stops, shutdowns, or blocking conditions.
	// Used for: graceful shutdowns, stop signals, blocking errors.
	Stop = "🛑"

	// Warning represents warnings or non-critical issues.
	// Used for: deprecation notices, optional warnings.
	Warning = "⚠️"

	// Optional represents optional or skipped configuration.
	// Used for: optional API keys, skipped operations.
	Optional = "⚪"

	// Unsupported represents unsupported or unavailable features.
	// Used for: providers without client implementation, disabled features.
	Unsupported = "⚫"

	// Unknown represents unknown or indeterminate states.
	// Used for: unrecognized status, undefined behavior.
	Unknown = "❓"

	// Info represents informational messages.
	// Used for: general information, tips, context.
	Info = "ℹ"

	// Spinner can be used for in-progress operations (static).
	// Note: For animated spinners, use a dedicated spinner library.
	Spinner = "⏳"
)

Emoji constants for CLI output provide a consistent visual language across commands. These emojis are used for status indicators, alerts, and user feedback in terminal output.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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