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

Format list of dictionaries with newlines between groups #200

Closed
tegefaulkes opened this issue Jun 11, 2024 · 2 comments · Fixed by #208
Closed

Format list of dictionaries with newlines between groups #200

tegefaulkes opened this issue Jun 11, 2024 · 2 comments · Fixed by #208
Assignees
Labels
development Standard development r&d:polykey:core activity 1 Secret Vault Sharing and Secret History Management r&d:polykey:supporting activity Supporting core activity

Comments

@tegefaulkes
Copy link
Contributor

Specification

Right now when we format the output for a command that list a bunch of entries. We end up with a very condensed list that is hard to read through.

thing_one A
thing_two B
thing_one C
thing_two D

We want to modify all commands that are formatted like this to include a newline between entries.

thing_one A
thing_two B

thing_one C
thing_two D

Additional context

Related: #178 (comment)

Tasks

  1. Format list of dictionary outputs to include a new line between entries.
@tegefaulkes tegefaulkes added the development Standard development label Jun 11, 2024
Copy link

linear bot commented Jun 11, 2024

@tegefaulkes tegefaulkes self-assigned this Jun 13, 2024
@CMCDragonkai
Copy link
Member

CMCDragonkai commented Jun 14, 2024 via email

@CMCDragonkai CMCDragonkai added r&d:polykey:core activity 1 Secret Vault Sharing and Secret History Management r&d:polykey:supporting activity Supporting core activity labels Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Standard development r&d:polykey:core activity 1 Secret Vault Sharing and Secret History Management r&d:polykey:supporting activity Supporting core activity
Development

Successfully merging a pull request may close this issue.

2 participants