AwsInspector\Command\CloudwatchLogs\ShowLogGroupsCommand::configure PHP Method

configure() protected method

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