-
Notifications
You must be signed in to change notification settings - Fork 9
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
--live-reload not passed on to nanoc view
when invoked as nanoc live
#38
Comments
Hi,
Am I correct when I say that your confusion is caused by the following:
If so, I think a better description might be
What do you think? |
Oh, my bad — I am confusing the Options are meant to be passed through, so this is indeed incorrect. |
This is fixed in 2.1.3, just released! |
Great! Thank you! |
Hey,
From the output of
--help
, I believenanoc live
intended to pass its arguments tonanoc view
, however for--live-reload
it still throws an error about an illegal option. It's probably more future proof to pass unrecognized args all through as I'd probably forget to updatenanoc live
's opt parser as well if I were improvingnanoc view
. :PThe text was updated successfully, but these errors were encountered: