mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
remove side-effect comment since it is no longer relevant
This commit is contained in:
@ -406,9 +406,6 @@ def magic_parser(args):
|
|||||||
run_command (list) list of the user's command to run. None if no command.
|
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_parser (str) parser to use for this user's command.
|
||||||
jc_options (list) list of jc options
|
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
|
# Parse with magic syntax: jc -p ls -al
|
||||||
|
Reference in New Issue
Block a user