Platformsh\Cli\Command\Auth\AuthInfoCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('auth:info')->setDescription('Display your account information')->addArgument('property', InputArgument::OPTIONAL, 'The account property to view')->addOption('property', 'P', InputOption::VALUE_REQUIRED, 'The account property to view (alternate syntax)')->addOption('refresh', null, InputOption::VALUE_NONE, 'Whether to refresh the cache');
        Table::addFormatOption($this->getDefinition());
    }
AuthInfoCommand