Skip to content

Apply same formatting/style in --list-all as in the main check command #279

@jack-mcivor

Description

@jack-mcivor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions