Dear team,
I tried to set options via the "-- template mechanism" in my config.nims file,.
It fails on --hint:Conf:off
with Error: 'on' or 'off' expected, but 'Conf: off' found.
Otherwise via nim.cfg I can set --hint[Conf]:off.
Any suggestions?
Marc
I actually installed the latest stable version (1.6.0) via choosenim.
The issue is in config.nims, when I use --hint[Conf]:off I get the message
config.nims(1, 2) Error: invalid command line option: '--hint[Conf]'
F.E. constructs like --verbosity:3 or --genScript:on are working ...
Great, maybe I could be also described more explicitly in the "nimscript" tutorial.
BTW, although a seasoned developer I actually start learning this language, and I must admit till now it's really a very well reasoned language with much potential, thanks.