From 0166fe761c87f3e972e0035f546796c263a1bcc7 Mon Sep 17 00:00:00 2001 From: Alexander Fischer Date: Tue, 14 Sep 2021 12:39:40 +0200 Subject: [PATCH] Add documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7486aba..8b2a717 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,9 @@ the following commandline options: - `--indent ...` - Control the indentation (either a number for a number of spaces or a string of whitespace). Defaults to 2 spaces. - `--no-ensure-ascii` preserve unicode characters instead of converting to escape sequences - `--no-sort-keys` - when autofixing, retain the original key ordering (instead of sorting the keys) + - `--sort-values comma,separated,keys` - Keys whose list values shall be sorted. Only applied to lists with primitive values. - `--top-keys comma,separated,keys` - Keys to keep at the top of mappings. + - `--unique-values comma,separated,keys` - Keys whose list values shall be made unique. Only applied to lists with primitive values. #### `requirements-txt-fixer` Sorts entries in requirements.txt and removes incorrect entry for `pkg-resources==0.0.0`