diff --git a/src/init.cpp b/src/init.cpp index 0c0f734d..af870431 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -188,6 +188,10 @@ int dispatchCommand ( { int status {0}; + // Debug output. + if (rules.getBoolean ("debug")) + std::cout << cli.dump () << "\n"; + // Dispatch to the right command function. std::string command = cli.getCommand (); if (command != "")