I could find a list of lettered flags, but I'm editing a script that has flags like the following: bind pub -|o !example do_something bind pub -|- !example2 do_something2 Can someone kindly explain what the "-" flag means and what the "|" is doing here? Is it just a catch all to ...