Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Blacklist = []string{
"node_modules",
"bin", "obj",
"pcl",
".tdl-old",
".uml2ts-old",
"testdata",
".idea",
".vscode",
".git",
}
Functions ¶
func NewList ¶
func NewList(options *ListOptions) *cobra.Command
func NewVersion ¶ added in v0.2.0
Types ¶
type InitOptions ¶ added in v0.2.0
type InitOptions struct{}
type ListOptions ¶
type VersionOptions ¶ added in v0.2.0
type VersionOptions struct {
work.ChdirOptions
}
Click to show internal directories.
Click to hide internal directories.