Documentation
¶
Overview ¶
Package bootstrap defines display and parsing constants for the ctx bootstrap command.
Index ¶
Constants ¶
View Source
const ( // BootstrapFileListWidth is the character width at which the file list wraps. BootstrapFileListWidth = 55 // BootstrapFileListIndent is the indentation prefix for file list lines. BootstrapFileListIndent = " " )
Bootstrap display constants.
View Source
const ( // NumberedListSep is the separator between the number and text in numbered lists (e.g. "1. item"). NumberedListSep = ". " // NumberedListMaxDigits is the maximum index position for the separator to be recognized as a prefix. NumberedListMaxDigits = 2 )
Numbered list parsing constants.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.