Skip to content

Example list is sorted differently on Windows and Linux #7

@alexrp

Description

@alexrp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions