| 81 | command_result autolabor (color_ostream &out, std::vector <std::string> & parameters); |
| 82 | |
| 83 | static bool isOptionEnabled(unsigned flag) |
| 84 | { |
| 85 | return config.isValid() && (config.ival(0) & flag) != 0; |
| 86 | } |
| 87 | |
| 88 | enum ConfigFlags { |
| 89 | CF_ENABLED = 1, |
no test coverage detected