/**
  * Assigns all the declared project commands.
  */
 public function assign()
 {
     $cmdPath = Strata::getCommandPath();
     if (is_dir($cmdPath)) {
         $this->parseDirectoryForCommandFiles($cmdPath);
     }
 }