I know the --verbose or -v from several tools and I\'d like to implement this into some of my own scripts and tools.
--verbose
-v
I thought of placing:<
It might be cleaner if you have a function, say called vprint, that checks the verbose flag for you. Then you just call your own vprint function any place you want optional verbosity.
vprint