Neos\Flow\Mvc\Exception\AmbiguousCommandIdentifierException::getMatchingCommands PHP Method

getMatchingCommands() public method

public getMatchingCommands ( ) : array<\Neos\Flow\Cli\Command>
return array<\Neos\Flow\Cli\Command>
    public function getMatchingCommands()
    {
        return $this->matchingCommands;
    }
AmbiguousCommandIdentifierException