1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

doc update

This commit is contained in:
Kelly Brazil
2020-02-13 17:50:51 -08:00
parent cfba62db20
commit 13bcdbc6c9

View File

@ -212,7 +212,7 @@ def magic():
if ' '.join(args_given[0:2]) == magic_command:
found_parser = parser['argument']
break
# No command found - use standard syntax (for cases like 'jc -a')
# No command found - go to next loop (for cases like 'jc -a')
except Exception:
break