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.cpp695 auto cmdSet = commands->add_subcommand("set", strHelp); in initCLI() local
701 cmdSet->set_help_flag("-h, --help", strHelp); in initCLI()
702 cmdSet->add_option("target", target, "RPM/PWM target to set the fans"); in initCLI()
703 cmdSet->add_option( in initCLI()
706 cmdSet->require_option(); in initCLI()