Laravel\Envoy\Console\SshCommand::configure PHP Method

configure() protected method

Configure the command options.
protected configure ( ) : void
return void
    protected function configure()
    {
        $this->setName('ssh')->setDescription('Connect to an Envoy server.')->addArgument('name', InputArgument::OPTIONAL, 'The name of the server.')->addOption('user', null, InputOption::VALUE_OPTIONAL, 'The name of the user.');
    }