Searched refs:junkPaths (Results 1 – 1 of 1) sorted by relevance
83 type junkPaths struct{} struct85 func (junkPaths) IsBoolFlag() bool { return true } argument86 func (junkPaths) String() string { return "" } argument88 func (junkPaths) Set(s string) error { argument151 flags.Var(&junkPaths{}, "j", "junk paths, zip files without directory names")