|
NFD: Named Data Networking Forwarding Daemon 24.07-28-gdcc0e6e0
|
#include "help.hpp"#include "format-helpers.hpp"#include <ndn-cxx/util/logger.hpp>#include <cerrno>#include <cstring>#include <unistd.h>
Include dependency graph for help.cpp:Go to the source code of this file.
Namespaces | |
| namespace | nfd |
| namespace | nfd::tools |
| namespace | 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. | |
| static void | nfd::tools::nfdc::helpCommand (const std::string &noun, const std::string &verb) |
| 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. | |
| nfd::tools::nfdc::NDN_LOG_INIT (nfdc.CommandDefinition) | |
Variables | |
| constexpr int | nfd::tools::nfdc::LIST_COMMAND_NAME_COLUMN_WIDTH = 16 |