We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c3278 commit 6b92cacCopy full SHA for 6b92cac
cli.js
@@ -6,7 +6,7 @@ const minimist = require('minimist')
6
const Fastify = require('fastify')
7
const path = require('path')
8
const fs = require('fs')
9
-const help = fs.readFileSync('./help.txt', 'utf8')
+const help = fs.readFileSync(path.join(__dirname, 'help.txt'), 'utf8')
10
11
function start (opts) {
12
if (opts.help) {
0 commit comments