#include "help.hpp"#include "format-helpers.hpp"#include <ndn-cxx/util/logger.hpp>#include <unistd.h>
Include dependency graph for help.cpp:Go to the source code of this file.
Namespaces | |
| nfd | |
| Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
| nfd::tools | |
| nfd::tools::nfdc | |
Functions | |
| void | nfd::tools::nfdc::help (ExecuteContext &ctx, const CommandParser &parser) |
| the 'help' command More... | |
| void | nfd::tools::nfdc::helpList (std::ostream &os, const CommandParser &parser, ParseMode mode, const std::string &noun) |
| static void | nfd::tools::nfdc::helpSingle (const std::string &noun, const std::string &verb) |
| nfd::tools::nfdc::NDN_LOG_INIT (nfdc.CommandDefinition) | |
| void | nfd::tools::nfdc::registerHelpCommand (CommandParser &parser) |
| registers 'help' command More... | |
Variables | |
| const int | nfd::tools::nfdc::LIST_COMMAND_NAME_COLUMN_WIDTH = 16 |