We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.nims
--define:chronicles_timestamps:none --define:chronicles_disabled_topics --define:chronicles_indent:0
when i echo repr optValue.toLowerAscii in handleEnumOption
echo repr optValue.toLowerAscii
handleEnumOption
I get "\n none"' ,"\n 0"'
maybe nim issue ? since it pass strdefine and intdefine variables directly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
config.nims
when i
echo repr optValue.toLowerAscii
inhandleEnumOption
I get "\n none"' ,"\n 0"'
maybe nim issue ? since it pass strdefine and intdefine variables directly.
The text was updated successfully, but these errors were encountered: