Skip to content

Commit de6a4df

Browse files
committed
📝 Clarify sorting
1 parent d7bdafc commit de6a4df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Docs/Sorting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You can control sorting of the output by using:
44
```
5-
plan today --sort schedule.start.in,calendar.label
5+
plan today --sort-field schedule.start.in
66
```
77

88
The default sorting depends on the use case
@@ -30,3 +30,5 @@ Most fields of the JSON can be used for sorting
3030

3131
You can't sort on fields that have multiple values, such as `attendees`, `services`, or `tags`
3232

33+
The help text also doesn't show the support for `id` based fields, since they don't make sense to sort on, even if it is possible
34+

0 commit comments

Comments
 (0)