coreutils/src
Michael Debertol c1f67ed775 sort: support --sort flag and check for conflicts
`sort` supports three ways to specify the sort mode: a long option
(e.g. --numeric-sort), a short option (e.g. -n) and the sort flag
(e.g. --sort=numeric).
This adds support for the sort flag.

Additionally, sort modes now conflict, which means that an error is
shown when multiple modes are passed, instead of silently picking a mode.
For consistency, I added the `random` sort mode to the `SortMode` enum,
instead of it being a bool flag.
2021-05-22 23:10:41 +02:00
..
bin Update the binary usage to match busybox 2021-03-10 23:52:33 +01:00
uu sort: support --sort flag and check for conflicts 2021-05-22 23:10:41 +02:00
uucore uucore::fs: don't canonicalize last component 2021-05-22 11:18:16 -04:00
uucore_procs Fix "panic message is not a string literal" warnings (#1915) 2021-03-26 11:09:16 +01:00