1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

add parser metadata tags and category view to help

This commit is contained in:
Kelly Brazil
2022-12-27 13:59:10 -08:00
parent 6674f549f2
commit 68717e8493
191 changed files with 254 additions and 17 deletions

View File

@ -129,6 +129,7 @@ class info():
details = 'Using the trparse library by Luis Benitez at https://github.com/lbenitez000/trparse'
compatible = ['linux', 'darwin', 'freebsd']
magic_commands = ['traceroute', 'traceroute6']
tags = ['command']
__version__ = info.version