You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This applies to reports such as boards, fgas, platforms, and system info. Change the output format to a more readable table format. Motivation is data readability.
For example (colors disabled for github):
/projects/apio-dev/repo$ apio system info
┌─────────────────┬────────────────────────────────────────┐
│ Apio version │ 0.9.6 │
├─────────────────┼────────────────────────────────────────┤
│ Python version │ 3.13 │
├─────────────────┼────────────────────────────────────────┤
│ Platform id │ darwin_arm64 │
├─────────────────┼────────────────────────────────────────┤
│ Python package │ /Volumes/projects/apio-dev/repo/apio │
├─────────────────┼────────────────────────────────────────┤
│ Apio home │ /Users/user/.apio │
├─────────────────┼────────────────────────────────────────┤
│ Apio packages │ /Users/user/.apio/packages │
└─────────────────┴────────────────────────────────────────┘
/projects/apio-dev/repo$ apio system platforms
┌──────────────────┬───────────────────────┐
│ darwin │ Mac OSX, x86 64 bit │
├──────────────────┼───────────────────────┤
│ * darwin_arm64 │ Mac OSX, ARM 64 bit │
├──────────────────┼───────────────────────┤
│ linux_aarch64 │ Linux ARM 64 bit │
├──────────────────┼───────────────────────┤
│ linux_x86_64 │ Linux X86 64 bit │
├──────────────────┼───────────────────────┤
│ windows_amd64 │ Windows x86 64 bit │
└──────────────────┴───────────────────────┘
The text was updated successfully, but these errors were encountered:
This applies to reports such as boards, fgas, platforms, and system info. Change the output format to a more readable table format. Motivation is data readability.
For example (colors disabled for github):
The text was updated successfully, but these errors were encountered: