Download List

Descripción del Proyecto

Shell Flags (shFlags) is a library written to
greatly simplify the handling of command-line
flags in Bourne based Unix shell scripts (such as
those run with bash, dash, ksh, sh, and zsh). Most
shell scripts use getopt for flag processing, but
the different versions of getopt on various OSes
make writing portable shell scripts difficult.
shflags instead provides an API that doesn't
change across shell and OS versions, so the script
writer can be confident that the script will work.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-12 06:20 Back to release list
1.0.1

Esta versión mejora zsh 3,0 apoyo y corrige algunos errores de menor importancia. Varias pruebas de unidad se añadieron para mejorar las pruebas en más sistemas operativos.
Tags: Minor bugfixes
This release improves zsh 3.0 support and fixes some other minor bugs. Several additional unit tests were added to improve testing under more operating systems.

Project Resources