Claude.Utils.Shell (claude v0.1.0)

Shell output utilities for consistent CLI formatting.

Summary

Functions

Outputs a blank line.

Outputs a bullet point.

Outputs an error message to stderr.

Outputs an informational message.

Outputs a success message with a checkmark.

Outputs a warning message.

Functions

blank()

Outputs a blank line.

bullet(message)

Outputs a bullet point.

error(message)

Outputs an error message to stderr.

info(message)

Outputs an informational message.

success(message)

Outputs a success message with a checkmark.

warn(message)

Outputs a warning message.