`ruby bg2md.rb -b -c -e -r -v NIV Jn 3.16-17 > passage.md` in the README.md does not work
inteli5 opened this issue · 1 comments
inteli5 commented
Should it be ruby bg2md.rb -b -c -e -r -v NIV 'Jn 3.16-17' > passage.md
?
If we do ruby bg2md.rb -b -c -e -r -v NIV Jn 3.16-17 > passage.md
, ref = ARGV[0] will be Jn
instead of 1Jn 3.16-17
, right? In my test, ruby bg2md.rb -b -c -e -r -v NIV Jn 3.16-17 > passage.md
will retrieve the whole 1 John chapter 1 instead of 3:16-17.
jgclark commented
Thanks for spotting this documentation bug. I've updated the README accordingly.