Documentation
¶
Overview ¶
Package doc command line help information, [Experimental]
todolist
1. Support direct document generation through registration
2.Support generating documents directly through embedded syntax
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Doc ¶
type Doc struct { // [command => help message] current doc text CommandHelp []HelpDick `json:"commandHelp"` // all text // [lang => HelpDick] MutilLang map[string][]HelpDick `json:"mutilLang"` // all text AllText string `json:"allText"` // support lang, if not then fist LangList []string `json:"langList"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.