1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

add magic_commands list to info

This commit is contained in:
Kelly Brazil
2020-02-11 18:09:21 -08:00
parent 08c1e2aec9
commit d49323e4eb
33 changed files with 33 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class info():
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']
magic_commands = ['env']
__version__ = info.version