Update the pdf command to fix a problem with the template argument
This commit is contained in:
parent
d5da28b83a
commit
62e6377d08
|
@ -97,7 +97,7 @@ are a more comfortable with html than markdown, you should use it.
|
|||
## Changelog
|
||||
|
||||
* __2.0.0__ : Complete rewrite with the [symfony console component][console].
|
||||
Deployment is no done with a compiled phar file, and development dependencies
|
||||
Deployment is now done with a compiled phar file, and development dependencies
|
||||
are managed with composer.
|
||||
* __0.9.0__ : Add composer and update README with new changelog
|
||||
* __0.8.8__ : Add Chinese text example (@ishitcno1)
|
||||
|
|
BIN
bin/md2resume
BIN
bin/md2resume
Binary file not shown.
|
@ -57,4 +57,4 @@
|
|||
"vendor/simple-html-dom/simple-html-dom/"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||
],
|
||||
"hash": "40e7ded8558afab5c3b481ec2d33dafe",
|
||||
"hash": "d9ac9e8bf489e24869014b77959a93ea",
|
||||
"packages": [
|
||||
{
|
||||
"name": "kriswallsmith/assetic",
|
||||
|
|
|
@ -28,7 +28,7 @@ class PdfCommand extends HtmlCommand
|
|||
->addOption(
|
||||
'template',
|
||||
't',
|
||||
InputOption::VALUE_NONE,
|
||||
InputOption::VALUE_OPTIONAL,
|
||||
'Which of the templates to use'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue