Documentation ¶
Overview ¶
Package docs contains the logic that handle the docs command in liqoctl
Index ¶
Constants ¶
View Source
const ( // ShortHelp contains the short help string for liqoctl docs command. ShortHelp = "Generate documentation as markdown" // LongHelp contains the Long help string for liqoctl docs command. LongHelp = `` /* 178-byte string literal not displayed */ // UseCommand contains the name of the command. UseCommand = "docs" // OutputDir contains the name of dir flag. OutputDir = "dir" // DocType contains the name of type flag. DocType = "type" // GenerateHeaders contains the name of generate-headers. GenerateHeaders = "generate-headers" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.