From d1d0c2b7d7452b6b1a489c0b2311f6177aa35078 Mon Sep 17 00:00:00 2001 From: jiangpengfei Date: Wed, 31 Jan 2024 17:04:35 +0800 Subject: [PATCH] doc: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a5c541..989a4eb 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,10 @@ install thrift-language-server in extension market **supported flags** -```bash +```plaintext Usage of ./bin/thriftls: + -align string + Align enables align option for struct/enum/exception/union fields, Options: "field", "assign", "disable", Default is "field" if not set. (default "field") -d Do not print reformatted sources to standard output. If a file's formatting is different than gofmt's, print diffs to standard output. -f string file path to format