示例#1
0
 /**
  * Handles the "config -r <key>" command.
  *
  * @param Args $args The console arguments
  *
  * @return int The status code
  */
 public function handleReset(Args $args)
 {
     $this->manager->removeConfigKey($args->getArgument('key'));
     return 0;
 }