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