mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Fixed parameters
This commit is contained in:
parent
37e0160a35
commit
b2a8596560
1 changed files with 3 additions and 3 deletions
6
blog.js
6
blog.js
|
@ -8,9 +8,9 @@ options = {
|
|||
program
|
||||
.version('0.1.1')
|
||||
.option('-t, --title [title]', 'give blog a title')
|
||||
.option('-t, --subtitle [subtitle]', 'give blog asubtitle', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.')
|
||||
.option('-t, --pagetitle [pagetitle]', 'give page a title')
|
||||
.option('-t, --folder [folder]', 'give folder a title')
|
||||
.option('-s, --subtitle [subtitle]', 'give blog asubtitle', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.')
|
||||
.option('-p, --pagetitle [pagetitle]', 'give page a title')
|
||||
.option('-f, --folder [folder]', 'give folder a title')
|
||||
.parse(process.argv);
|
||||
|
||||
function createBlog(title, subtitle, pagetitle, folder) {
|
||||
|
|
Loading…
Reference in a new issue