metalog icon indicating copy to clipboard operation
metalog copied to clipboard

[Feature request] Config file syntax check mode

Open vaygr opened this issue 2 years ago • 1 comments

Similar to #22, this would be highly beneficial for automated environments where config files are generated on the fly and should be checked for syntax errors before restarting the service.

vaygr avatar Jun 09 '23 14:06 vaygr

@m-kress I'm assuming this shouldn't be a lot of work as it'd return the code from configParser() and exit. The flag could be -t.

vaygr avatar Jul 19 '23 13:07 vaygr