Open ShalokShalom opened 2 months ago
Well that's just how the naming conventions are: For command line arguments one uses -
to separate words and for variable names one has to use _
. I think it would be very unusual to have --sesion_restart_package
as a command line argument.
I think adding a comment or something, would make it searchable.
I just searched myself dull, because --session-restart-package is the name of the option on the CLI, and in source, its called session_restart_package - thats probably a me issue, I just wanted to report, that I would appreciate if the names line up.