public function __construct() { parent::__construct('unexport', 'Unexport a pin'); }
public function __construct() { parent::__construct('edge', 'Read or write the pin edge value'); $this->addArgument(self::PIN_EDGE_ARGUMENT, InputArgument::OPTIONAL, 'Optional edge value to write to the pin'); }
public function __construct() { parent::__construct('direction', 'Read or write the pin direction value'); $this->addArgument(self::PIN_DIRECTION_ARGUMENT, InputArgument::OPTIONAL, 'Optional direction value to write to the pin'); }