Enable to show previous scan result
This commit is contained in:
1
main.go
1
main.go
@@ -38,6 +38,7 @@ func main() {
|
||||
subcommands.Register(&commands.TuiCmd{}, "tui")
|
||||
subcommands.Register(&commands.ScanCmd{}, "scan")
|
||||
subcommands.Register(&commands.PrepareCmd{}, "prepare")
|
||||
subcommands.Register(&commands.HistoryCmd{}, "history")
|
||||
|
||||
var version = flag.Bool("v", false, "Show version")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user