trying to hold to the old rule that when you're writing a script, you use the long-form versions of command-line arguments (`--pid` instead of `p`, etc) because documentation and future readability is more important than convenience of typing
@omar These days I use fish and with auto-completion there's less incentive to use short options even for interactive use.