Skip to content

Commit

Permalink
style: format layout with goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
moonD4rk committed Jul 4, 2021
1 parent 1bb8ec5 commit 3ea87bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/cmd.go
@@ -1,11 +1,12 @@
package cmd

import (
"os"
"strings"

"hack-browser-data/core"
"hack-browser-data/log"
"hack-browser-data/utils"
"os"
"strings"

"github.com/urfave/cli/v2"
)
Expand All @@ -25,7 +26,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.5",
Version: "0.3.6",
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"},
Expand Down

0 comments on commit 3ea87bf

Please sign in to comment.