From 0e09bf1e6b80c1bf14903b07089cdf99b8b70506 Mon Sep 17 00:00:00 2001 From: Woz Date: Fri, 19 May 2023 12:32:18 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 405530e..686fcd1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ usage: yamlfmt [flags] [path ...] -d display diffs instead of rewriting files -f exit non zero if changes detected -l list files whose formatting differs from yamlfmt's + -s sort maps & sequences, WARNING: This may break anchors & aliases -w write result to (source) file instead of stdout ```