From a56aebfe7024914d2c602278964b99d1443de335 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 10 May 2021 21:09:00 -0700 Subject: [PATCH] remove side-effect comment since it is no longer relevant --- jc/cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/jc/cli.py b/jc/cli.py index 1d1ac157..9e22d636 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -406,9 +406,6 @@ def magic_parser(args): run_command (list) list of the user's command to run. None if no command. jc_parser (str) parser to use for this user's command. jc_options (list) list of jc options - - Side-effect: - This function will reset sys.argv to an empty list """ # Parse with magic syntax: jc -p ls -al