|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/help.h"#include <iostream>#include <memory>#include <ostream>#include <sstream>#include <string>#include <utility>#include <vector>#include "absl/strings/str_join.h"#include "cuttlefish/flag_parser/flag.h"#include "cuttlefish/flag_parser/gflags_compat.h"#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/commands/cvd/cli/commands/command_handler.h"#include "cuttlefish/host/commands/cvd/cli/help_format.h"#include "cuttlefish/host/commands/cvd/cli/request_context.h"#include "cuttlefish/host/commands/cvd/cli/selector/selector_common_parser.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{help.cpp} |
Functions | |
| void | cuttlefish::anonymous_namespace{help.cpp}::PrintHandler (std::stringstream &help_message, const CvdCommandHandler &handler) |
| Result< CommandRequest > | cuttlefish::anonymous_namespace{help.cpp}::GetLookupRequest (const std::string &arg) |
Variables | |
| constexpr char | cuttlefish::anonymous_namespace{help.cpp}::kHelpExamplesText [] |
| constexpr char | cuttlefish::anonymous_namespace{help.cpp}::kSummaryHelpText [] |