docs: update version flag to 0.3.5

This commit is contained in:
moond4rk
2021-02-11 00:36:50 +08:00
committed by ᴍᴏᴏɴD4ʀᴋ
parent 80f4dd4079
commit 74ed03caa2
3 changed files with 86 additions and 59 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func Execute() {
Name: "hack-browser-data",
Usage: "Export passwords/cookies/history/bookmarks from browser",
UsageText: "[hack-browser-data -b chrome -f json -dir results -cc]\n Get all data(password/cookie/history/bookmark) from chrome",
Version: "0.3.4",
Version: "0.3.5",
Flags: []cli.Flag{
&cli.BoolFlag{Name: "verbose", Aliases: []string{"vv"}, Destination: &verbose, Value: false, Usage: "verbose"},
&cli.BoolFlag{Name: "compress", Aliases: []string{"cc"}, Destination: &compress, Value: false, Usage: "compress result to zip"},