Totally agree it shouldn't be for basic tools; but if I'm ever developing a script that performs any kind of logic before reaching out to a DB or vendor API and modifies 100k user records, creating a flag to just verify the sanity of the logic is a necessity.
Yep. First thing I do for this kind thing is make a preview=true flag so I don’t accidentally run destructive actions.