Lines Matching refs:flag
35 input = flag.String("i", "", "zip file to read from")
36 output = flag.String("o", "", "output file")
37 …sortGlobs = flag.Bool("s", false, "sort matches from each glob (defaults to the order from the inp…
38 …sortJava = flag.Bool("j", false, "sort using jar ordering within each glob (META-INF/MANIFEST.MF …
39 setTime = flag.Bool("t", false, "set timestamps to 2009-01-01 00:00:00")
49 flag.Var(&excludes, "x", "exclude a filespec from the output")
50 flag.Var(&includes, "X", "include a filespec in the output that was previously excluded")
51 flag.Var(&uncompress, "0", "convert a filespec to uncompressed in the output")
55 flag.Usage = func() {
57 flag.PrintDefaults()
71 flag.Parse()
74 flag.Usage()
101 flag.Args(), excludes, includes, uncompress); err != nil {