Skip to content

Commit 3e79786

Browse files
committed
not yet
1 parent 0ee99ed commit 3e79786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ void (async () => {
8080
{
8181
aliases: {
8282
ci: {
83-
description: 'Alias for "scan create --report"',
84-
argv: ['scan', 'create', '--report']
83+
description: 'Alias for "report create --view --strict"',
84+
argv: ['report', 'create', '--view', '--strict']
8585
}
8686
},
8787
argv: process.argv.slice(2),

0 commit comments

Comments
 (0)