\brief Show the help shotcut \param input_list, std::vector
| 640 | /// \brief Show the help shotcut |
| 641 | /// \param input_list, std::vector<std::string> |
| 642 | void Runner::cmd_help_shotcut(std::vector<std::string>& input_list) { |
| 643 | std::cout << "Help shotcut" << std::endl; |
| 644 | } |
| 645 | |
| 646 |
nothing calls this directly
no outgoing calls
no test coverage detected