subprocess.check_output(["git", "grep", "--files-with-matches", "x", "*BUILD*"])
works
git grep --files-with-matches latest-experimental '*BUILD*'
works
Bash Itches Scratcher
最新推荐文章于 2024-07-31 21:55:25 发布
subprocess.check_output(["git", "grep", "--files-with-matches", "x", "*BUILD*"])
works
git grep --files-with-matches latest-experimental '*BUILD*'
works