Android-cuttlefish cvd tool
Variables
cuttlefish::anonymous_namespace{help.cpp} Namespace Reference

Variables

constexpr char kHelpIntroText []
 
constexpr char kSummaryHelpText []
 
constexpr char kDetailedHelpText []
 
constexpr char kIgnorableHandlerCommand [] = "experimental"
 

Variable Documentation

◆ kDetailedHelpText

constexpr char cuttlefish::anonymous_namespace{help.cpp}::kDetailedHelpText[]
constexpr
Initial value:
=
R"(cvd help - used to display help text for cvd and its commands
Example usage:
cvd help - displays summary help for available commands
cvd help <command> - displays more detailed help for the specific command
)"

◆ kHelpIntroText

constexpr char cuttlefish::anonymous_namespace{help.cpp}::kHelpIntroText[]
constexpr
Initial value:
= R"(Cuttlefish Virtual Device (CVD) CLI.
usage: cvd <selector/driver options> <command> <args>
Selector Options:
-group_name <name> Specify the name of the instance group created
or selected.
-instance_name <name> Selects the device of the given name to perform the
commands for.
-instance_name <names> Takes the names of the devices to create within an
instance group. The 'names' is comma-separated.
Driver Options:
-help Print this message
-verbosity=<LEVEL> Adjust Cvd verbosity level. LEVEL is Android log
severity. (Required: cvd >= v1.3)
Commands (cvd help <command> for more information):)"

◆ kIgnorableHandlerCommand

constexpr char cuttlefish::anonymous_namespace{help.cpp}::kIgnorableHandlerCommand[] = "experimental"
constexpr

◆ kSummaryHelpText

constexpr char cuttlefish::anonymous_namespace{help.cpp}::kSummaryHelpText[]
constexpr
Initial value:
=
"Used to display help information for other commands"