Documentation
¶
Index ¶
Constants ¶
View Source
const PROG_NAME = "mgp"
View Source
const VERSION string = "v1.5.0"
Variables ¶
View Source
var STD_EXC_DIRS = []string{".bzr", "CVS", ".git", ".hg", ".svn", ".idea", ".tox", "node_modules"}
Functions ¶
func PrintBriefHelpAndExit ¶
func PrintBriefHelpAndExit()
Types ¶
type Flags ¶
type Flags struct {
// contains filtered or unexported fields
}
func (*Flags) GetExcluded ¶
func (*Flags) GetIncluded ¶
type Parameters ¶
type Parameters struct {
Flags
// contains filtered or unexported fields
}
func ParseArgs ¶
func ParseArgs(args []string) *Parameters
Click to show internal directories.
Click to hide internal directories.