Skip to content

Commit

Permalink
fix: Bring back the -F and --force CLI switches. (#345)
Browse files Browse the repository at this point in the history
I need these to allow local `export`s of HTML and PDFs.

Co-authored-by: Thomas Davis <thomasalwyndavis@gmail.com>
  • Loading branch information
randytarampi and thomasdavis committed Nov 18, 2020
1 parent f807fdf commit 8a30885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -24,6 +24,7 @@ lib.preFlow(async (err, results) => {
program
.usage('[command] [options]')
.version(pkg.version)
.option('-F, --force', 'Used by `publish` and `export` - bypasses schema testing.')
.option(
'-t, --theme <theme name>',
'Specify theme used by `export` and `serve` or specify a path starting with . (use . for current directory or ../some/other/dir)',
Expand Down

0 comments on commit 8a30885

Please sign in to comment.