From 3e09a8c09770dfbe5c8a1c3d2ebc4599448ba7c4 Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Wed, 6 Apr 2022 09:33:33 +0300 Subject: Fixes commands' syntices (#10534) Fixes in command argument in json files * Fixes BITFIELD's syntax ("sub-commands" can be repeated, and OVERFLOW is only valid for SET and INCR) * Improves readability of SET (reordered) * Fixes GEOSEARCH and GEOSEARCH_RO syntices (use `oneof` for mutually exclusive group instead of `optional`) * Fixes MIGRATE syntax (use `oneof` for mutually exclusive group instead of `optional`) * Fixes MODULE LOADEX syntax (the `CONFIG` token should be repeated too when using multiple configs) other: * make generate-command-help.rb accept a path to commands.json, or read it from stdin (e.g. `generate-commands-json.py | generate-command-help.rb -`) --- .codespell/wordlist.txt | 1 + 1 file changed, 1 insertion(+) (limited to '.codespell') diff --git a/.codespell/wordlist.txt b/.codespell/wordlist.txt index 1ab16276a..986773b60 100644 --- a/.codespell/wordlist.txt +++ b/.codespell/wordlist.txt @@ -15,3 +15,4 @@ tre cancelability ist statics +filetest -- cgit v1.2.1