                                                                                
 Usage: ./manage.py groups string [OPTIONS] {string} COMMAND [ARGS]...          
                                                                                
 String operations.                                                             
                                                                                
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│ *    string      <str>  The string to operate on. [required]                 │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ split  Split the given string on the given separator.                        │
│ case   Case operations.                                                      │
╰──────────────────────────────────────────────────────────────────────────────╯
