Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adr list should not show a list of files before table #47

Open
ErickRodrCodes opened this issue Nov 27, 2022 · 1 comment
Open

adr list should not show a list of files before table #47

ErickRodrCodes opened this issue Nov 27, 2022 · 1 comment

Comments

@ErickRodrCodes
Copy link

  • 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.)
@phodal
Copy link
Owner

phodal commented Nov 27, 2022

Yes, agree, it seems some debug information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants