Documentation ¶ Index ¶ Constants func Run(args ...string) error type MatchType Constants ¶ View Source const ( // MatchExact is to specify that whole value should match MatchExact = "exact" // MatchPrefix is to specify that prefix of value should match MatchPrefix = "prefix" ) Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(args ...string) error Run import according to flags Types ¶ type MatchType ¶ added in v1.8.0 type MatchType string Source Files ¶ View all Source files command.go context.go importables.go model.go ui.go util.go Click to show internal directories. Click to hide internal directories.