From 531ed8e388e0b081cf108aa0e257c68e1f86709e Mon Sep 17 00:00:00 2001 From: fakefred Date: Mon, 17 Feb 2020 14:15:16 +0800 Subject: [PATCH] Add warning of flag collisions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8539687..892a160 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,10 @@ meme. Create `format.yml` inside the dir you created. : # < Flag for this panel/textbox # For example, if you named your panel/textbox 'dislike' # it is accessed via '--dislike ' + # Make your panel/textbox as unique as possible, + # and if you can, make it short and descriptive. + # IMPORTANT: flag names CAN collide. Make your flag different from + # all others. description*: # ^ Shown in --list and, if the composition is not single, # in --interactive