From 8ef4057f457e13a3a29b4c76beaba886ca903efa Mon Sep 17 00:00:00 2001 From: Dimitri Date: Sat, 8 Oct 2022 14:17:14 +0900 Subject: [PATCH] update readme for requirement files using custom names --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1026d3f..814a7cf 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ the following commandline options: #### `requirements-txt-fixer` Sorts entries in requirements.txt and removes incorrect entry for `pkg-resources==0.0.0` +Use `args: ["file1.txt", "requirements/file2.txt"]` to sort requirement files with custom names. + #### `sort-simple-yaml` Sorts simple YAML files which consist only of top-level keys, preserving comments and blocks.