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 ¶
Types ¶
type InitOptions ¶
type InitOptions struct{}
type ListOptions ¶
type VersionOptions ¶
type VersionOptions struct {
work.ChdirOptions
Prefixed bool
}
func (VersionOptions) PrintPrefixed ¶ added in v0.1.2
func (o VersionOptions) PrintPrefixed() opts.PrintOp
Click to show internal directories.
Click to hide internal directories.