Versions in this module Expand all Collapse all v0 v0.1.0 Oct 1, 2025 Changes in this version + var ErrLangNotDetected = errors.New("could not detect language") + var ErrLangNotSupported = errors.New("language is not supported") + var Time string + var Version = "0.0.0" + func CLI(args []string, stdout io.Writer, stderr io.Writer) int + type Capture struct + Column uint32 + Content string + Row uint32 + type Result struct + Captures []Capture + Filepath string