#include "./Command.h" void doNothing(Args& args, Print& printer) {} Command::Command() : func(doNothing) {}