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

Optionally format collapsed vectors as a bullet list #265

Open
gaborcsardi opened this issue Apr 28, 2021 · 0 comments · May be fixed by #363
Open

Optionally format collapsed vectors as a bullet list #265

gaborcsardi opened this issue Apr 28, 2021 · 0 comments · May be fixed by #363
Labels
feature a feature request or enhancement

Comments

@gaborcsardi
Copy link
Member

No description provided.

@gaborcsardi gaborcsardi added the feature a feature request or enhancement label Apr 28, 2021
gaborcsardi added a commit that referenced this issue Oct 21, 2021
To collapse vectors into bullets:

```
❯ cli_text("Some values {.bullets {letters[1:5]}} blah blah")
Some values • a
• b
• c
• d
• e blah blah
```

Closes #265.
@gaborcsardi gaborcsardi linked a pull request Oct 21, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant