From 13bcdbc6c9a81bc5d52fe7a84e6a0a34908db8bc Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 13 Feb 2020 17:50:51 -0800 Subject: [PATCH] doc update --- jc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index b3e9c35a..73024747 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -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