MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / loadAliases

Method loadAliases

src/Context.cpp:1289–1292  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

1287
1288////////////////////////////////////////////////////////////////////////////////
1289void 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

Callers

nothing calls this directly

Calls 1

aliasMethod · 0.80

Tested by

no test coverage detected