added support for environment variables

This commit is contained in:
2022-10-22 10:21:39 +02:00
parent 975510c86a
commit e54435c2e4
4 changed files with 37 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ func Execute() {
}
// prepare flags
conf.CheckEnv()
conf.PrepareModeFlags(modeflag)
conf.PrepareSortFlags(sortmode)