1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +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

@ -78,6 +78,7 @@ class info():
author_email = 'kellyjonbrazil@gmail.com'
compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']
magic_commands = ['env', 'printenv']
tags = ['command']
__version__ = info.version