                                                                                
 Usage: ./manage.py groups string STRING case [OPTIONS] COMMAND [ARGS]...       
                                                                                
 Case operations.                                                               
                                                                                
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ lower      Convert the given string to upper case.                           │
│ upper      Convert the given string to upper case.                           │
╰──────────────────────────────────────────────────────────────────────────────╯

