cli accepts -n normalie
All checks were successful
cicd / ci (push) Successful in 1m50s

This commit is contained in:
Bel LaPointe
2025-04-03 10:24:49 -06:00
parent 188b31aa0c
commit 0eaeeec359
3 changed files with 8 additions and 1 deletions

View File

@@ -9,5 +9,6 @@ type Config struct {
Depth int
Reverse bool
NoExchanging bool
Normalize bool
}
}