/**
  * Execute the command
  */
 public function exec()
 {
     $schema = true;
     //
     $data = $this->splite(Command::ListAll());
     //
     $this->show($data);
 }