Skip to content

Commit c4c8754

Browse files
wraithgarNathan Fritz
authored andcommitted
fix(audit): add signatures to completion
1 parent fc46489 commit c4c8754

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/commands/audit.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,11 +389,12 @@ class Audit extends ArboristWorkspaceCmd {
389389
const argv = opts.conf.argv.remain
390390

391391
if (argv.length === 2) {
392-
return ['fix']
392+
return ['fix', 'signatures']
393393
}
394394

395395
switch (argv[2]) {
396396
case 'fix':
397+
case 'signatures':
397398
return []
398399
default:
399400
throw Object.assign(new Error(argv[2] + ' not recognized'), {

0 commit comments

Comments
 (0)