Added back version flag

This commit is contained in:
Trial97
2021-05-26 09:47:08 +03:00
committed by Dan Christian Bogos
parent 98aa157f76
commit 018d8c7a2e
5 changed files with 20 additions and 21 deletions

View File

@@ -88,7 +88,7 @@ var (
"The tariff plan ID from the database")
dataPath = cgrLoaderFlags.String(utils.PathCfg, dfltCfg.LoaderCgrCfg().DataPath,
"The path to folder containing the data files")
version = cgrLoaderFlags.Bool(utils.ElsVersionLow, false,
version = cgrLoaderFlags.Bool(utils.VersionCgr, false,
"Prints the application version.")
verbose = cgrLoaderFlags.Bool(utils.VerboseCgr, false,
"Enable detailed verbose logging output")