Procargs makes all the args to a proc accessable via switches. It is similar to option handlers for programs, but operates on the proc level. usage: procargs proc This redefines ''proc'' so that all subsequent proc definitions use procargs. procargs ''procname'' Changes an existing proc to a procargs proc. procargs ''procname'' ''args'' ''body'' define the given proc as a procargs proc.