stdevel/satprep

satprep_prepare_maintenance: add comma separation for -e / --exclude

Closed this issue · 1 comments

Currently you need to supply multiple -e / --exclude parameters when exluding systems during maintenance preparation with satprep_prepare_maintenance.py.

It would be nice to have a comma separation to make commands shorter - so:
./satprep_prepare_maintenance.py -e a -e b -e c -e d
could also be written like this:
./satprep_prepare_maintenance.py -e a,b,c,d

Fixed in commit aae892e