The main command applies some nice styling
Family1:
├── C001 Check descr ✅
└── C002 Check descr ✅
Family2:
├── D001 Check descr ✅
└── D002 Check descr ✅
The --list-all option provides similar information, but styled differently
# Family1
"C001", # Check descr
"C002", # Check descr
# Family2
"D001", # Check descr
"D002", # Check descr
Is there a reason for the difference? I prefer the first style - it might be best to just use that (without the trailing tick/cross/skipped mark)? Really minor thing, just curious