Vibe.CLI.Output (vibe v0.2.0)

Copy Markdown View Source

CLI output formatting: ok/error results, tables, JSON.

Summary

Functions

error(message)

@spec error(String.t()) :: :ok

print(result, opts)

@spec print(
  term(),
  keyword()
) :: :ok | {:error, term()}