Good morning,
I'm trying to configure fet-cl, but when I set the command line argument "--warnifusinggroupactivitiesininitialorder=false", fet-cl return the following:
Unrecognized option: --warnifusinggroupactivitiesininitialorder=false
But when I run fet-cl without arguments (to view the documentation), it says:
fet-cl [--warnifusinggroupactivitiesininitialorder=g]
(..)
g is either true or false, represents whether you want a message box to be shown, with a warning, if the input file contains nonstandard timetable generation options to group activities in the initial order (default true).
I also can't find it in the source code. Does this parameter still exist?
Cheers,
Sven
Thank you for your bug report! It is indeed missing in fet.cpp, for a long time now (since it is not important, nobody saw it :) )
I will fix it later today and put a new snapshot for you to check.
I have corrected and just put the new snapshot. See the Snapshots section of the forum. Please let me know.
Hi Liviu,
I'm sorry for the late reply. fet-cl now doesn't fail anymore when using the argument, but it still shows up in the help text when calling fet-cl without arguments. Was that your intention?
Quote from: svenvanhal on June 21, 2018, 03:14:49 PM
it still shows up in the help text when calling fet-cl without arguments. Was that your intention?
Hello,
I am not sure I understand. Of course I need to show it in the help (when using fet-cl without arguments) and in the README file. Maybe you could explain more detailed what seems to be wrong.