mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 04:30:56 +01:00
added -D to alter sort order to descending order (default: ascending)
This commit is contained in:
@@ -76,7 +76,8 @@ var (
|
||||
VERSION string
|
||||
|
||||
// sorting
|
||||
SortByColumn int
|
||||
SortByColumn int
|
||||
SortDescending bool
|
||||
)
|
||||
|
||||
// contains a whole parsed table
|
||||
|
||||
Reference in New Issue
Block a user