addOption()
                
                addOption(string  $name, string  $shortcut = null, int  $mode = null, string  $description = '', mixed  $default = null) : \think\console\Command
                添加选项
                
                                    Parameters
                    
                                                    
                                | string | $name | 选项名称 | 
                                                    
                                | string | $shortcut | 别名 | 
                                                    
                                | int | $mode | 类型 | 
                                                    
                                | string | $description | 描述 | 
                                                    
                                | mixed | $default | 默认值 | 
                                            
                
                
                                    Returns
                    \think\console\Command
                                            —