#include "command-parser.hpp"
Include dependency graph for help.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| nfd | |
| -status-http-server | |
| nfd::tools | |
| nfd::tools::nfdc | |
Functions | |
| int | nfd::tools::nfdc::help (std::ostream &os, const CommandParser &parser, std::vector< std::string > args) |
| Tries to help the user, if requested on the command line. More... | |
| void | nfd::tools::nfdc::helpList (std::ostream &os, const CommandParser &parser, ParseMode mode=ParseMode::ONE_SHOT, std::string_view noun="") |
| Writes the list of available commands to a stream. More... | |