Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/help.h"
#include <iostream>
#include <memory>
#include <ostream>
#include <sstream>
#include <string>
#include <vector>
#include <android-base/logging.h>
#include <android-base/strings.h>
#include "cuttlefish/common/libs/utils/result.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/request_context.h"
#include "cuttlefish/host/commands/cvd/cli/types.h"
Classes | |
class | cuttlefish::CvdHelpHandler |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{help.cpp} |
Functions | |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewCvdHelpHandler (const std::vector< std::unique_ptr< CvdCommandHandler > > &server_handlers) |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{help.cpp}::kHelpIntroText [] |
constexpr char | cuttlefish::anonymous_namespace{help.cpp}::kSummaryHelpText [] |
constexpr char | cuttlefish::anonymous_namespace{help.cpp}::kDetailedHelpText [] |
constexpr char | cuttlefish::anonymous_namespace{help.cpp}::kIgnorableHandlerCommand [] = "experimental" |