Description
gitt help CLI uses modern TUI - box + column style for the command output.
but this has one weakness, it's just broken when terminal has a small size.
So the output is invisible competely.
It's the best way to keep plain text output in a small certain terminal size.
Steps to Reproduce
- Clone gittensor
- Run
gitt --help, gitt admin --help and etc
- Observe that TUI is broken completely so it's invisible.
Expected Behavior
It should use plain text output in small terminal size.
Actual Behavior
gitt help CLI is broken completely when terminal has a small certain size.
Environment
- Browser: Terminal
- OS: Linux
Additional Context
Description
gitt help CLI uses modern TUI - box + column style for the command output.
but this has one weakness, it's just broken when terminal has a small size.
So the output is invisible competely.
It's the best way to keep plain text output in a small certain terminal size.
Steps to Reproduce
gitt --help,gitt admin --helpand etcExpected Behavior
It should use plain text output in small terminal size.
Actual Behavior
gitt help CLI is broken completely when terminal has a small certain size.
Environment
Additional Context