knowledge-base/inc
Jonathan Hodgson b84cf93f4a Adds list-tags option
This will list the tags along with the number of number of times it is
used.

An optional --noheader flag can be passed after the command to prevent
the header being printed.

e.g.

```
$ kb list-tags
name              count
----------------  -----
Linux             2
Authentication    1
Pentesting        1
Enumeration       3
Network Protocol  2
```

```
$ kb list-tags --noheader
Linux             2
Authentication    1
Pentesting        1
Enumeration       3
Network Protocol  2
```

This --noheader flag was also added to the list command

Close #10
2020-12-20 18:25:25 +00:00
..
file-management Splits up file into smaller files 2020-12-20 17:07:17 +00:00
init Splits up file into smaller files 2020-12-20 17:07:17 +00:00
tag-management Adds list-tags option 2020-12-20 18:25:25 +00:00
yaml Splits up file into smaller files 2020-12-20 17:07:17 +00:00