Allow specifying a module to be optional
When giving the operation to perform, if only one module has that operation then specifying the module should not be necessary.
e.g. compare_depts instead of comparison.compare_depts, and dump instead of core.dump
but get_rooms should fail as it is available in both termtime and booker modules.