You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`${chalk.bgRed.white('Input error')}: Please specify a before and after full scan ID. To get full scans IDs, you can run the command "socket scan list <your org slug>".\n`
109
+
`${colors.bgRed(colors.white('Input error'))}: Please specify a before and after full scan ID. To get full scans IDs, you can run the command "socket scan list <your org slug>".`
110
110
)
111
111
}elseif(cli.input.length<1){
112
112
showHelp=true
113
113
console.error(
114
-
`${chalk.bgRed.white('Input error')}: Please provide an organization slug\n`
114
+
`${colors.bgRed(colors.white('Input error'))}: Please provide an organization slug.`
0 commit comments