                                                                                
 Usage: ./manage.py groups string STRING case upper [OPTIONS] [BEGIN] [END]     
                                                                                
 Convert the given string to upper case.                                        
                                                                                
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│   begin      [BEGIN]  The starting index of the string to operate on.        │
│                       [default: 0]                                           │
│   end        [END]    The ending index of the string to operate on.          │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
