Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow several options objects or files on the command line #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

idlewan
Copy link

@idlewan idlewan commented Nov 30, 2016

Allowing several option objects or files as described in issue #33 would be nice.

@codecov-io
Copy link

codecov-io commented Nov 30, 2016

Current coverage is 100% (diff: 100%)

Merging #45 into master will not change coverage

@@           master   #45   diff @@
===================================
  Files           1     1          
  Lines         145   156    +11   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits          145   156    +11   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update 21bab2e...f84f9a9

@hemanth
Copy link
Member

hemanth commented Nov 30, 2016

LGTM

@idlewan
Copy link
Author

idlewan commented Dec 29, 2016

Any feedback @TimothyGu ?

@idlewan
Copy link
Author

idlewan commented Feb 27, 2017

Ping

@wolfgang42
Copy link

+1, this is very useful to have. I use it for example to generate multiple views of a single JSON file, such as to write a list of posts with a certain tag: pug --obj posts.json --obj '{"tag":'$tag'}' < postlist.pug > tagged/$tag.html

When can this be added to the published version of pug-cli?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants