mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
doc update
This commit is contained in:
@ -212,7 +212,7 @@ def magic():
|
|||||||
if ' '.join(args_given[0:2]) == magic_command:
|
if ' '.join(args_given[0:2]) == magic_command:
|
||||||
found_parser = parser['argument']
|
found_parser = parser['argument']
|
||||||
break
|
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:
|
except Exception:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user