Skip to content

fix: feat: Support -sort.asc / -sort.dsc for outputs - #18

Merged
adamdecaf merged 6 commits into
adamdecaf:masterfrom
webbrain-one:webbrain/issue-5
Aug 13, 2026
Merged

fix: feat: Support -sort.asc / -sort.dsc for outputs#18
adamdecaf merged 6 commits into
adamdecaf:masterfrom
webbrain-one:webbrain/issue-5

Conversation

@webbrain-one

Copy link
Copy Markdown
Contributor

Closes #5

Allows sorting output in ascending or descending order.
Useful in combination with `-format table`.

Fixes adamdecaf#5
Sort against the -keep index space so reordered columns sort the
requested field. Unknown sort names are errors. Mixed -sort.asc and
-sort.dsc flags apply in invocation order, and numeric-looking cells
compare as numbers.
make check is a no-op on Windows, and choco install is failing on
chocolatey.org 504/503. Run the test suite directly so the job
exercises the new sort tests.
@adamdecaf
adamdecaf merged commit 12e2948 into adamdecaf:master Aug 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Support -sort.asc / -sort.dsc for outputs

2 participants