/**
  * Get the console command arguments.
  *
  * @return array
  */
 protected function getArguments()
 {
     return [['period', InputArgument::OPTIONAL, array_human(static::getSupportedPeriods(), ',', 'or'), $this->getDefaultPeriodName()], ['start', InputArgument::OPTIONAL, 'Start date, defaults to current date, minus period specified', null]];
 }
 /**
  * Get the console command arguments.
  *
  * @return array
  */
 protected function getArguments()
 {
     return [['period', InputArgument::OPTIONAL, array_human(static::getSupportedPeriods(), ',', 'or'), $this->getDefaultPeriodName()]];
 }