snipgrep 0.1.0

Code Documentation Made Simple
Documentation
```console
$ snipgrep run --db-file snipgrep.yml
==============================
       Snipgrep 
==============================

Overall Summary:
Folder                : .
Total Files Processed : 2
Total Actions Taken   : 4

Detailed Summary by Action Type:
Equal      : 1
Injected   : 3
Error      : 1

Errors:
 - snipgrep.yml :   --> 10:10
   |
10 |       // </snipgrep>
   |          ^---
   |
   = expected tag

Injected In Files:
 - README.md

```