Documentation
¶
Index ¶
Constants ¶
View Source
const ( SignalComplete = ".brr-complete" SignalNeedsApproval = ".brr-needs-approval" )
Signal file paths used by the brr engine and prompts.
Variables ¶
View Source
var ( Bold = "\033[1m" Dim = "\033[2m" Blue = "\033[34m" Cyan = "\033[36m" Magenta = "\033[35m" Green = "\033[32m" Yellow = "\033[33m" Red = "\033[31m" Reset = "\033[0m" )
ANSI color codes used across the CLI. Empty when stdout is not a terminal.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.