Documentation ¶ Overview ¶ Package format implements the "format" command group. Index ¶ type Cmd Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cmd ¶ type Cmd struct { Go goCmd `cmd:"go" help:"Format Go source files. Reads from stdin if no files specified."` Markdown markdownCmd `cmd:"markdown" help:"Format Markdown files. Reads from stdin if no files specified."` } Cmd is the Kong command group for "scut format". Source Files ¶ View all Source files format.go Click to show internal directories. Click to hide internal directories.