phodal/adr

adr list should not show a list of files before table

ErickRodrCodes opened this issue · 1 comments

  • I'm submitting a ...
    [ ] language request
    [x] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary
    Currently adr list prints a list of files before printing the ADR table list:

$ adr list
docs/adr/0001-implementation-of-decision-records.md
docs/adr/0002-implementing-nx-framework.md
╔══════════════════════════════════════╤════════════════════╤═════════════════════╗
║ Decision                             │ Last Modified Date │ Last Status         ║
╟──────────────────────────────────────┼────────────────────┼─────────────────────╢
║ 1.Implementation of Decision Records │ 2022-11-26         │ 2022-11-26 accepted ║
╟──────────────────────────────────────┼────────────────────┼─────────────────────╢
║ 2.implementing NX Framework          │ 2022-11-26         │ 2022-11-26 proposed ║
╚══════════════════════════════════════╧════════════════════╧═════════════════════╝

that list of files should be removed.

  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)

Yes, agree, it seems some debug information