AwsInspector\Command\CloudwatchLogs\ShowLogGroupsCommand::configure PHP Méthode

configure() protected méthode

protected configure ( )
    protected function configure()
    {
        $this->setName('cloudwatchlogs:show-log-groups')->setDescription('Show Log Groups')->addArgument('group', InputArgument::OPTIONAL, 'Log group name pattern');
    }