Documentation ¶
Overview ¶
Package cmd provides command-line interface commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the version of the application. It is set during the build process using ldflags. Version = "dev" // Commit is the commit hash of the application. It is set during the build process using ldflags. Commit = "none" // Date is the date of the build. It is set during the build process using ldflags. BuiltDate = "unknown" )
Functions ¶
func NewPoeCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.