Преглед изворни кода

rm unimplemented cleanpath option

zricethezav пре 5 година
родитељ
комит
b8accd7273
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      options/options.go

+ 0 - 1
options/options.go

@@ -26,7 +26,6 @@ type Options struct {
 	ConfigPath     string `short:"c" long:"config-path" description:"Path to config"`
 	ConfigPath     string `short:"c" long:"config-path" description:"Path to config"`
 	RepoConfigPath string `long:"repo-config-path" description:"Path to gitleaks config relative to repo root"`
 	RepoConfigPath string `long:"repo-config-path" description:"Path to gitleaks config relative to repo root"`
 	ClonePath      string `long:"clone-path" description:"Path to clone repo to disk"`
 	ClonePath      string `long:"clone-path" description:"Path to clone repo to disk"`
-	CleanUp        string `long:"clone-cleanup" description:"Deletes cloned repo after scan"`
 	Version        bool   `long:"version" description:"Version number"`
 	Version        bool   `long:"version" description:"Version number"`
 	Username       string `long:"username" description:"Username for git repo"`
 	Username       string `long:"username" description:"Username for git repo"`
 	Password       string `long:"password" description:"Password for git repo"`
 	Password       string `long:"password" description:"Password for git repo"`