fix(cmd): fix support for --defaultconfig (#1767)

This change fixes #1766.
This commit is contained in:
vqrkxo 2022-06-27 09:48:34 +02:00 committed by GitHub
parent 0fdfe79943
commit 18fbc24e68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -445,6 +445,7 @@ func isArg(arg string) bool {
case "news":
case "gendb":
case "currentconfig":
case "defaultconfig":
case "singlelineresults":
case "doublelineresults":
case "separatesources", "noseparatesources":