Documentation
¶
Overview ¶
Package cli builds the weibo command tree on top of the weibo library.
Index ¶
Constants ¶
View Source
const ( FormatTable = render.FormatTable FormatJSON = render.FormatJSON FormatJSONL = render.FormatJSONL FormatCSV = render.FormatCSV FormatTSV = render.FormatTSV FormatURL = render.FormatURL FormatRaw = render.FormatRaw )
Variables ¶
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" )
Build metadata, set via -ldflags at release time.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App holds shared state threaded through every command.
Click to show internal directories.
Click to hide internal directories.