Skip to content

Commit c2a3991

Browse files
committed
up: upgrade 'commander'
1 parent 854426a commit c2a3991

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

lib/index.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@ const setOptions = (program, definitions, terms) => {
6363
const customHelp = (program, templateFilePath, definitionsFilePath) => {
6464
program.on('--help', () => {
6565
console.log('')
66-
console.log('')
67-
console.log(' File Paths:')
68-
console.log('')
69-
console.log(` ${templateFileName}:\t ${templateFilePath}`)
70-
console.log(` ${definitionsFileName}: \t ${definitionsFilePath}`)
66+
console.log('File Paths:')
67+
console.log(` ${templateFileName}:\t ${templateFilePath}`)
68+
console.log(` ${definitionsFileName}: \t ${definitionsFilePath}`)
7169
})
7270
}
7371

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,9 +1050,9 @@ color-name@^1.1.1:
10501050
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
10511051

10521052
commander@^2.14.1:
1053-
version "2.14.1"
1054-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa"
1055-
integrity sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw==
1053+
version "2.19.0"
1054+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
1055+
integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==
10561056

10571057
common-path-prefix@^1.0.0:
10581058
version "1.0.0"

0 commit comments

Comments
 (0)