Jelajahi Sumber

extra arg print

zricethezav 8 tahun lalu
induk
melakukan
aec926df5e
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      options.go

+ 0 - 1
options.go

@@ -175,7 +175,6 @@ func (opts *Options) parseOptions(args []string) error {
 			} else if match, value := opts.optInt(arg, "--concurrency="); match {
 			} else if match, value := opts.optInt(arg, "--concurrency="); match {
 				opts.Concurrency = value
 				opts.Concurrency = value
 			} else if i == len(args)-1 {
 			} else if i == len(args)-1 {
-				fmt.Println(args[i])
 				if opts.LocalMode {
 				if opts.LocalMode {
 					opts.RepoPath = filepath.Clean(args[i])
 					opts.RepoPath = filepath.Clean(args[i])
 				} else {
 				} else {