def restart(*args)
        if options[:help]
          invoke :help, ["restart"]
        else
          Dip::CLI::SSH.start(["down"] + args)