/**
  * Execute the command
  */
 public function exec()
 {
     $name = $this->argument("name");
     $process = Links::create($name);
     //
     $this->show($process);
 }