chaoss / grimoirelab-graal

A Generic Repository AnALyzer
GNU General Public License v3.0
21 stars 62 forks source link

[backend] Change signature BackendCommandArgumentParser #61

Closed valeriocos closed 5 years ago

valeriocos commented 5 years ago

This code changes the signature of the class BackendCommandArgumentParser, which now accepts as first parameter the backend object instead its categories. This change is needed to simplify accessing other backend attributes, beyond the categories.

All backends and corresponding tests have been updated.

Signed-off-by: Valerio Cosentino valcos@bitergia.com

valeriocos commented 5 years ago

thank you @inishchith for reviewing it :)