Adam Carpenter

Results 3 issues of Adam Carpenter

I use a Gitea repository for my Bastille templates. It would be nice to be able to use that repository instead of just GitLab or GitHub for `bastille bootstrap [template]`....

For the input `a-b-c` the expansion result was previously `ab-c` whereas it is now `abc`. This input is defined as a special case that must be handled in the requirements...

The original implementation resulted in an infinite loop using GCC 9.1.0 on Linux x86_64. I have made changes that (I believe) produce correct output and are slightly more succinct. ```...