Closed marianopeck closed 3 years ago
Right now, when you do TonelReader new readFrom: repoPath it reads ALL packages...it would be nice to have a way to filter that...so that you can reject for example *pharo* , *squeak*, *gemstone*, etc.
TonelReader new readFrom: repoPath
*pharo*
*squeak*
*gemstone*
Right now, when you do
TonelReader new readFrom: repoPath
it reads ALL packages...it would be nice to have a way to filter that...so that you can reject for example*pharo*
,*squeak*
,*gemstone*
, etc.