diff --git a/src/stack-template.t.cpp b/src/stack-template.t.cpp index 50d86872e9550cd2df7bf57be0f3c4386237ae09..e68b3d41b857c851aec2e07737858e24f5b97f2a 100644 --- a/src/stack-template.t.cpp +++ b/src/stack-template.t.cpp @@ -256,6 +256,9 @@ namespace dynamicgraph addCommand("dispStack", \ makeCommandVerbose(*this,&stack_t::display, \ docCommandVerbose("Guess what?"))); \ + addCommand("display", \ + makeCommandVerbose(*this,&stack_t::display, \ + docCommandVerbose("display the list of tasks pushed inside the stack.")));\ addCommand("up", \ makeCommandVoid1(*this, \ (void (EntityClassName::*)(const std::string&)) \