Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagPager = "pager" FlagNoPager = "no-pager" )
View Source
const (
DefaultListPageSize = 20
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PagerOption ¶
type PagerOption string
const ( Stdout PagerOption = "stdout" Less PagerOption = "less" More PagerOption = "more" )
Click to show internal directories.
Click to hide internal directories.