Home
last modified time | relevance | path

Searched refs:cmdSet (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp896 auto cmdSet = commands->add_subcommand("set", strHelp); in initCLI() local
902 cmdSet->set_help_flag("-h, --help", strHelp); in initCLI()
903 cmdSet->add_option("target", target, "RPM/PWM target to set the fans"); in initCLI()
904 cmdSet->add_option( in initCLI()
907 cmdSet->require_option(); in initCLI()