Added CLI commands
- aos6 - `show 802.1x users unp` [30](https://github.com/jefvantongerloo/textfsm-aos/pull/30)
- aos8 - `history` [32](https://github.com/jefvantongerloo/textfsm-aos/pull/32) by [BennyE](https://github.com/BennyE)
- aos8 - `show health` [24](https://github.com/jefvantongerloo/textfsm-aos/pull/24) by [BennyE](https://github.com/BennyE)
- aos8 - `show ip interface` [20](https://github.com/jefvantongerloo/textfsm-aos/pull/20) by [BennyE](https://github.com/BennyE)
- aos8 - `show ip routes` [21](https://github.com/jefvantongerloo/textfsm-aos/pull/21) by [BennyE](https://github.com/BennyE)
- aos8 - `show interfaces status` [27](https://github.com/jefvantongerloo/textfsm-aos/pull/27) by [BennyE](https://github.com/BennyE)
- aos8 - `show transceivers` [23](https://github.com/jefvantongerloo/textfsm-aos/pull/23) by [BennyE](https://github.com/BennyE)
- pytest - test if command count matches textfsm template count [29](https://github.com/jefvantongerloo/textfsm-aos/pull/29)
- pytest - test if command names matches testfsm template names [29](https://github.com/jefvantongerloo/textfsm-aos/pull/29)
Fixed
- aos6 - `show lldp remote-system` fix `remote port default vlan` value [41](https://github.com/jefvantongerloo/textfsm-aos/pull/41)
- aos6 - `show mac address-table` fix trailing spaces and empty protocol with `---` placeholder [39](https://github.com/jefvantongerloo/textfsm-aos/pull/39)
- aos8 - `show cmm` fix missing ',' at end of line on fpga parameters [3](https://github.com/jefvantongerloo/textfsm-aos/pull/35)
- aos8 - `show interfaces status` fix add 21000 configured speed [42](https://github.com/jefvantongerloo/textfsm-aos/pull/42)
- aos8 - `show ip routes` fix whitespace between days and hours [40](https://github.com/jefvantongerloo/textfsm-aos/pull/40)
- aos8 - `show log events` catch space in time instead of '0', for example `2022 Apr 7 17: 8: 5.306` [37](https://github.com/jefvantongerloo/textfsm-aos/pull/37)
- aos8 - `show log events` ':' in log_description value for example `Authentication failure detected: user admin` [43](https://github.com/jefvantongerloo/textfsm-aos/pull/43)
- aos8 - `show mac-learning` missing trailing whitespace in output causes parsing error [5](https://github.com/jefvantongerloo/textfsm-aos/pull/5)
- aos8 - `show unp user` catch missing trailing whitespace [36](https://github.com/jefvantongerloo/textfsm-aos/pull/36)
- aos8 - `show snmp community-map` fix empty username field value [38](https://github.com/jefvantongerloo/textfsm-aos/pull/38)
New contributors
[FlorianHeigl](https://github.com/FlorianHeigl) first contribution [https://github.com/jefvantongerloo/textfsm-aos/pull/30](https://github.com/jefvantongerloo/textfsm-aos/pull/30)