&cli.StringFlag{Name:"format",Aliases:[]string{"f"},Destination:&outputFormat,Value:"csv",Usage:"file name csv|json"},
&cli.StringFlag{Name:"profile-path",Aliases:[]string{"p"},Destination:&profilePath,Value:"",Usage:"custom profile dir path, get with chrome://version"},
&cli.BoolFlag{Name:"full-export",Aliases:[]string{"full"},Destination:&isFullExport,Value:true,Usage:"is export full browsing data"},