mirror of
https://github.com/samuelncui/acp.git
synced 2026-08-17 11:16:01 +00:00
feat: readme doc
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
var (
|
||||
notOverwrite = flag.Bool("n", false, "not overwrite exist file")
|
||||
noTarget = flag.Bool("notarget", false, "do not have target, aka sha256")
|
||||
noTarget = flag.Bool("notarget", false, "do not have target, use as dir index tool")
|
||||
reportPath = flag.String("report", "", "json report storage path")
|
||||
targetPaths []string
|
||||
)
|
||||
Reference in New Issue
Block a user