Documentation
¶
Overview ¶
Package format allows you to render formatted text from the command line.
It supports the following types:
- Markdown
- Code
- Emoji
- Template
For more information, see the format/README.md file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Template []string `arg:"" optional:"" help:"Template string to format (can also be provided via stdin)"` Type string `help:"Format to use (markdown,template,code,emoji)" enum:"markdown,template,code,emoji" short:"t" default:"markdown"` }
Options is customization options for the format command.
Click to show internal directories.
Click to hide internal directories.