Skip to content

Commit a558ec6

Browse files
committed
Rename --ghsa to --id
1 parent f998353 commit a558ec6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/commands/fix/cmd-fix.mts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,14 @@ async function run(
6363
description: `Shorthand for --auto-merge --test`,
6464
hidden: true,
6565
},
66-
ghsa: {
66+
id: {
6767
type: 'string',
6868
default: [],
6969
description: `Provide a list of ${terminalLink(
7070
'GHSA IDs',
7171
'https://docs.github.com/en/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-the-github-advisory-database#about-ghsa-ids',
72-
)} to compute fixes for, as either a comma separated value or as multiple flags.\nUse '--ghsa all' to lookup all GHSA IDs and compute fixes for them.`,
72+
)} to compute fixes for, as either a comma separated value or as multiple flags`,
7373
isMultiple: true,
74-
hidden: true,
7574
},
7675
limit: {
7776
type: 'number',

0 commit comments

Comments
 (0)