How to quickly run Python Terminal with command line parameters?

If my Python script accepts command line parameters (like -h), is there an easy way to run them in Cursor?

Like “Run with command line parameters…” which would prompt for command line parameters.