瀏覽代碼

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"`
 	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"`