///////////////////////////////////////////////////////////////////////////
| 1287 | |
| 1288 | //////////////////////////////////////////////////////////////////////////////// |
| 1289 | void Context::loadAliases() { |
| 1290 | for (auto& i : config) |
| 1291 | if (i.first.substr(0, 6) == "alias.") cli2.alias(i.first.substr(6), i.second); |
| 1292 | } |
| 1293 | |
| 1294 | //////////////////////////////////////////////////////////////////////////////// |
| 1295 | // Using the general rc.debug setting automaticalls sets debug.hooks |