Is it possible to find out if a variable of an access module was set via command line or via predefined default value?
I want to give higher priority to variable values specified on the command line rather than in the configuration file, but in order for this to work, I need to know if a variable was set on the command line or not.