Documentation
¶
Overview ¶
Package cli defines the command-line features of conch.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFileContents ¶ added in v0.2.0
GetFileContents reads the entire contents of a text file into a string.
Types ¶
type Filters ¶
type Filters struct { Types util.CaseInsensitiveSet Scopes util.CaseInsensitiveSet Selections }
Filters are the different ways commits can be included based on their attributes or impact.
type Outputs ¶
Outputs are the different ways that commit information can be displayed to the user on the command line.
type Selections ¶
Selections are the different ways commits can be included based on impact.
func (*Selections) Any ¶
func (s *Selections) Any() bool
Click to show internal directories.
Click to hide internal directories.