Просмотр исходного кода

rm unimplemented cleanpath option

zricethezav 5 лет назад
Родитель
Сommit
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"`
 	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"`
-	CleanUp        string `long:"clone-cleanup" description:"Deletes cloned repo after scan"`
 	Version        bool   `long:"version" description:"Version number"`
 	Username       string `long:"username" description:"Username for git repo"`
 	Password       string `long:"password" description:"Password for git repo"`