Version 6 of procargs

Updated 2002-05-31 20:24:02

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 procname to a procargs proc.


 procargs ''procname'' ''args'' ''body''
   define the given proc procname as a procargs proc.