Ability to define sorting criteria for tabular output using additional option #4885
Labels
area: CLI
Related to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)
good first issue
easy issue, good for first-time contribution to the repo
Priority:2
Work that is important, but not critical for the release
triaged
The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone
At the moment it is not possible to define criteria for tabular output - it is hardcoded.
Add a new option (e.g.
--sort-by
) that allows the user to specify the criteria the output should be sorted by.Should also allow sorting by columns which are not displayed.
The text was updated successfully, but these errors were encountered: