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`
118
111
)
119
-
cli.showHelp()
120
-
return
121
-
}
122
-
123
-
if(cli.input.length<1){
112
+
}elseif(cli.input.length<1){
113
+
showHelp=true
124
114
console.error(
125
115
`${chalk.bgRed.white('Input error')}: Please provide an organization slug\n`
0 commit comments