Skip to content

Commit

Permalink
fix(CLI): description of --basepath was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed May 6, 2020
1 parent e63566a commit 8fc6a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ program
.option(' --dist-dir <path>', 'Dist folder', defaults.distDir)
.option('-r --routes <path>', 'Routify dir', defaults.routifyDir)
// todo implement default basepath - avoid extra iteration
.option(' --basepath <path>', 'Dist folder', defaults.basepath)
.option(' --basepath <path>', 'Comma separated basepaths to use for exports', defaults.basepath)
.action(options => {
const { exporter } = require('../lib/services/exporter')
exporter(options.opts())
Expand Down

0 comments on commit 8fc6a26

Please sign in to comment.