description="Run a python file in a specified directory relative to the working directory, using `python {file_path} {[args]}`, where file_path is required and ...
abs_file_path = os.path.normpath(os.path.join(abs_working_dir, file_path)) if os.path.commonpath([abs_working_dir, abs_file_path]) != abs_working_dir: ...