<#20858 Recommended way to add flags to executable...
# github-notifications
c
#20858 Recommended way to add flags to executable under pants? New discussion created by dyoshida-continua Is there an easy way to make it so that, for a single run,
pants run my_file.py
will add
-m pdb
to the python interpreter arguments? Or pass the
--pdb
flag to pytest? pantsbuild/pants