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

Make table formatting consistent #392

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

jardon
Copy link
Member

@jardon jardon commented Aug 20, 2024

Use the same output function as subsystem for consistent formatting

jardon@apx-vso-pico:~/Projects/apx$ ./apx stacks list
Found 1 stacks:┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┼
┊ NAME         ┊ BASE         ┊ BUILT-IN ┊ PKGS ┊ PKG MANAGER ┊
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┼
┊ ubuntu jammy ┊ ubuntu:jammy ┊ no       ┊ 0    ┊ apt         ┊
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┼
jardon@apx-vso-pico:~/Projects/apx$ ./apx stacks list
 INFO  Found 1 stacks:
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┼
┊ NAME         ┊ BASE         ┊ BUILT-IN ┊ PKGS ┊ PKG MANAGER ┊
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┼
┊ ubuntu jammy ┊ ubuntu:jammy ┊ no       ┊ 0    ┊ apt         ┊
┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┼┄┄┄┄┄┄┼┄┄┄┄┄┄┄┄┄┄┄┄┄┼

@jardon jardon force-pushed the fix/stacks-table branch 2 times, most recently from 31648d1 to 3ea46d6 Compare August 20, 2024 15:04
Add newline after tacks.list.info.foundStacks
@jardon jardon changed the title Add newline after tacks.list.info.foundStacks Make table formatting consistent Aug 20, 2024
@jardon jardon merged commit 56fc2b1 into Vanilla-OS:main Aug 20, 2024
2 checks passed
@kbdharun
Copy link
Member

kbdharun commented Aug 21, 2024

Hi, thanks for the changes, seems like Merge option has been used, in future I would suggest using "Rebase & Merge" instead as specified in the contributing file.

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.

3 participants