We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06eb7d commit 4002df2Copy full SHA for 4002df2
1 file changed
src/commands/scan/cmd-scan-create.mts
@@ -344,11 +344,11 @@ async function run(
344
logger.info(
345
'Note: You can invoke this command next time to skip the interactive questions:',
346
)
347
- logger.info('```')
348
- logger.info(
+ logger.error('```')
+ logger.error(
349
` socket scan create [other flags...] ${orgSlug} ${targets.join(' ')}`,
350
351
352
logger.error('')
353
354
'You can also run `socket scan setup` to persist these flag defaults to a socket.json file.',
0 commit comments