                                                                                
 Usage: ./manage.py groups math multiply [OPTIONS] NUMBER1 NUMBER2 NUMBERS...   
                                                                                
 Multiply the given numbers.                                                    
                                                                                
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│ *    number1         FLOAT  The first number. [required]                     │
│ *    number2         FLOAT  The second number. [required]                    │
│ *    numbers...      FLOAT  The list of numbers to multiply:                 │
│                             n1*n2*n3*...*nN.                                 │
│                             [required]                                       │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
