Repro:
$ git clone git@github.com:alexrp/system-terminal.git
$ cd system-terminal
$ dotnet example
Windows output:
$ dotnet example
┌──────────────┬─────────────┐
│ Example │ Description │
├──────────────┼─────────────┤
│ attributes │ │
│ cancellation │ │
│ cursor │ │
│ extensions │ │
│ hosting │ │
│ processes │ │
│ raw │ │
│ resize │ │
│ screens │ │
│ scrolling │ │
│ signals │ │
│ width │ │
└──────────────┴─────────────┘
Type dotnet example --help for help
Linux output:
$ dotnet example
╭──────────────┬─────────────╮
│ Example │ Description │
├──────────────┼─────────────┤
│ processes │ │
│ cursor │ │
│ extensions │ │
│ screens │ │
│ scrolling │ │
│ width │ │
│ attributes │ │
│ resize │ │
│ hosting │ │
│ cancellation │ │
│ signals │ │
│ raw │ │
╰──────────────┴─────────────╯
Type dotnet example --help for help
Repro:
Windows output:
Linux output: