Alaja.CLI.Commands.Show.Message (Alaja v1.0.0)

Copy Markdown View Source

alaja message|success|error|warning|info|... — Display formatted messages.

Handles both typed messages (success, error, etc.) and the generic message subcommand with full chunk styling.

Summary

Functions

Prints help for the message command.

Runs the message command.

Runs a typed message (success, error, etc.). Called by the show dispatcher.

Functions

help()

@spec help() :: :ok

Prints help for the message command.

run(args)

@spec run([String.t()]) :: :ok

Runs the message command.

run_typed(type, args)

@spec run_typed(String.t(), [String.t()]) :: :ok

Runs a typed message (success, error, etc.). Called by the show dispatcher.