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

Improve LcThread Formatting #3

Merged
merged 2 commits into from
Dec 10, 2023

Conversation

CuriousTommy
Copy link
Contributor

I figured out how the CLI tool handles outputting the values from a list.

The following code changes modifies the output from this:

  [12] cmd: LC_UNIXTHREAD cmdsize: 288
    |*flavors: [LcThreadFlavor { flavor: 6, count: 68 }, LcThreadFlavor { flavor: 30, count: 16 }]

to this:

  [12] cmd: LC_UNIXTHREAD cmdsize: 288
    |*Flavors: 
     |*flavor: 6
     |*count: 68
    --------------------
     |*flavor: 30
     |*count: 16
    --------------------

Let me know if you need me to make any additional changes!

Wanted to better match how the source code is structured within other source files.
@Arsynth Arsynth merged commit 96f3365 into Arsynth:master Dec 10, 2023
1 check passed
@CuriousTommy CuriousTommy deleted the improve_lcthread_formatting branch December 10, 2023 22:08
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

Successfully merging this pull request may close these issues.

None yet

2 participants