void main() { import std.stdio; writeln("U there??"); } Compiled with -checkaction=[anything but "help"] prints nothing at all. https://run.dlang.io/is/RwD1bB
This is just a run.dlang.io issue as it just matches for `-c`. See e.g. https://run.dlang.io/is/8eUzXP
Thanks.
Should I open an issue on https://github.com/dlang-tour/core/issues?
Yup, but I'll try to fix it today.
-> https://github.com/dlang-tour/core-exec/pull/44