Whether line is a local command (begins with :).
line
:
bool isLocalCommand(String line) => line.trimLeft().startsWith(':');