Remove deprecated flags and rename filter to f
This commit is contained in:
@@ -5,10 +5,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Deprecated
|
|
||||||
GitFlag = flag.Bool("git", false, "Use git to manage files")
|
|
||||||
// Deprecated
|
|
||||||
ResetFlag = flag.Bool("reset", false, "Reset files to their original state")
|
|
||||||
ParallelFiles = flag.Int("P", 100, "Number of files to process in parallel")
|
ParallelFiles = flag.Int("P", 100, "Number of files to process in parallel")
|
||||||
Filter = flag.String("filter", "", "Filter commands before running them")
|
Filter = flag.String("f", "", "Filter commands before running them")
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user