Android-cuttlefish cvd tool
Classes | Variables
cuttlefish::anonymous_namespace{acloud_command.cpp} Namespace Reference

Classes

class  AcloudCommand
 

Variables

constexpr char kSummaryHelpText []
 
constexpr char kDetailedHelpText []
 

Variable Documentation

◆ kDetailedHelpText

constexpr char cuttlefish::anonymous_namespace{acloud_command.cpp}::kDetailedHelpText[]
constexpr
Initial value:
= R"(
Usage:
cvd acloud translator (--opt-out|--opt-in)
Any acloud command will by default (and if supported by cvd) be translated to the appropriate cvd command and executed.
If not supported by cvd, acloud will be used.
To opt out or opt back in, run this translation toggle.
)"

◆ kSummaryHelpText

constexpr char cuttlefish::anonymous_namespace{acloud_command.cpp}::kSummaryHelpText[]
constexpr
Initial value:
=
R"(Toggles translation of acloud commands to run through cvd if supported)"