Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/version.h"
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <fmt/format.h>
#include <json/value.h>
#include "cuttlefish/common/libs/utils/flag_parser.h"
#include "cuttlefish/common/libs/utils/proto.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/types.h"
#include "cuttlefish/host/commands/cvd/version/version.h"
Classes | |
class | cuttlefish::anonymous_namespace{version.cpp}::CvdVersionHandler |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{version.cpp} |
Functions | |
Result< bool > | cuttlefish::anonymous_namespace{version.cpp}::ProcessArguments (const std::vector< std::string > &subcommand_arguments) |
std::unique_ptr< CvdCommandHandler > | cuttlefish::NewCvdVersionHandler () |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{version.cpp}::kSummaryHelpText [] |