Short: Help programmers handle arguments Author: hackbod@mail.cs.orst.edu Uploader: hackbod mail cs orst edu Type: util/libs Architecture: m68k-amigaos ProgArgs is a shared library which is intended to make the handling of CLI, Workbench and text file arguments simpler and more consistent. It basically provides a wrapper around the DOS ReadArgs() function and the Workbench argument functions, which unifies them into one standard interface. It also provides support for intelligently writing tool types back out to disk -- only modifying the relevant entries, creating comments for tool types which do not have a value, etc -- and provides for the reading and writing of text files which are formatted much like tool types. This is version 1.2, the first public release.