Skip to content

Commit 5007a98

Browse files
committed
Hide patch command by default
1 parent 365c5bc commit 5007a98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/commands/patch/cmd-patch.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ const { DRY_RUN_NOT_SAVING } = constants
1919

2020
export const CMD_NAME = 'patch'
2121

22-
const description = 'Apply security patches to dependencies'
22+
const description = 'Apply CVE patches to dependencies'
2323

24-
const hidden = false
24+
const hidden = true
2525

2626
export const cmdPatch = {
2727
description,

0 commit comments

Comments
 (0)