Josh Zastrow

Results 2 comments of Josh Zastrow

Same issue -- would like to 1) call my script with arguments from a separate `cli.py` module (this file contains cli commands for all scripts) 2) run script interactively Test...

update -> at least for the example above, workaround using `_parsed_args = vars(_parser.parse_known_args())` will ignore what VScode provided when booting up interactive mode. No need to clear `sys.args`