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

Bug: Tree view not consistent with how data is displayed #104

Closed
MikeTheSnowman opened this issue Sep 20, 2022 · 1 comment
Closed

Bug: Tree view not consistent with how data is displayed #104

MikeTheSnowman opened this issue Sep 20, 2022 · 1 comment
Labels
bug Something isn't working fcli-core Generic fcli issues that affect multiple modules

Comments

@MikeTheSnowman
Copy link
Collaborator

Currently there are two issues with the tree view:

  1. In some instances, the tree view will show no data unless you explicitly specify a column/field to be displayed using the --fields option.
  2. In some cases, like with an array of strings, elements of that array get displayed as a single line of comma separated values.

For examples of the above, please see the two screenshots below:

image
image

@MikeTheSnowman MikeTheSnowman added bug Something isn't working common labels Sep 20, 2022
@rsenden rsenden added fcli-core Generic fcli issues that affect multiple modules and removed common labels May 14, 2023
@rsenden
Copy link
Contributor

rsenden commented May 14, 2023

@wtfacoconut Any chance you can have a look at this?

rsenden added a commit that referenced this issue Jul 21, 2023
fix: Output all contents in tree output (fixes #104)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fcli-core Generic fcli issues that affect multiple modules
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants