Compare commits
No commits in common. "aa1ead78e188df234f82794e1af0c7d078f0c722" and "2b240d873b414c017e1a49be173c7cee4dfd7ca4" have entirely different histories.
aa1ead78e1
...
2b240d873b
6
main.go
6
main.go
@ -9,7 +9,7 @@ import (
|
||||
"slices"
|
||||
)
|
||||
|
||||
const VERSION = "v5"
|
||||
const VERSION = "v4"
|
||||
const MAXLINE = 1048576
|
||||
|
||||
type Db struct {
|
||||
@ -68,11 +68,11 @@ func main() {
|
||||
dbName := dbMatch[1]
|
||||
db = NewDb(dbName)
|
||||
if (flagIncludeAll && slices.Contains(flagExcept, dbName)) || (flagExcludeAll && !slices.Contains(flagExcept, dbName)) {
|
||||
fmt.Printf("Skipping %s\n", dbName)
|
||||
fmt.Printf("Skipping %s\n", dbName)
|
||||
continue
|
||||
}
|
||||
|
||||
fmt.Printf("Extracting %s\n", db.Name)
|
||||
fmt.Printf("Database %s\n", db.Name)
|
||||
if flagList {
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user