Closed saccarosium closed 1 year ago
Thanks for the PR! Wow, that’s a significant improvement.
Regarding default values, one reason I didn’t want to do that was because I wanted to catch bugs early on if I didn’t pass the correct argument. But this certainly helps users if they want to run the script directly. Is that what you are trying to use it for?
Is that what you are trying to use it for?
Yes, I use the script to bootstrap the documentation from a markdown file. Then, when I generated the docs, I prefer modifying the vimdoc manually because it is much more easy to make it look good.
The reason I think having default values is nice, is so you don't have to type a very long onliner to simply convert quickly a markdown document into a vimdoc.
Thanks for the PR!
This PR make the following change:
usr/bin/env bash
to make it use wathever version the system has even installed in different placesEOF
tocat