Documentation
¶
Overview ¶
Package cli wires yomi's command surface: the cobra tree, the global flags, and the fang-rendered help and errors. The actual reading, extraction, and Markdown conversion live in the yomi, fetch, extract, mdconv, and site packages; this layer only parses flags and prints progress.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" )
Build metadata, stamped via -ldflags at release time. goreleaser targets github.com/tamnd/yomi/cli.{Version,Commit,Date}.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.