cli

package
v1.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	APP  = "MDToc"
	VER  = "1.2.6"
	DESC = "Utility for generating table of contents for markdown files"
)

App info

View Source
const (
	OPT_MIN_LEVEL = "m:min-level"
	OPT_MAX_LEVEL = "M:max-level"
	OPT_FLAT      = "f:flat"
	OPT_HTML      = "H:html"
	OPT_NO_COLOR  = "nc:no-color"
	OPT_HELP      = "h:help"
	OPT_VER       = "v:version"

	OPT_VERB_VER     = "vv:verbose-version"
	OPT_COMPLETION   = "completion"
	OPT_GENERATE_MAN = "generate-man"
)

Options

Variables

This section is empty.

Functions

func Init

func Init(gitRev string, gomod []byte)

Init is main function

Types

type Header struct {
	Level int    // Header level 1-7
	Text  string // Header text
	Link  string // Link
}

Header contains info about header

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL