Download List

Projeto Descrição

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-11-18 07:02 Back to release list
1.0.2

Isto é tanto uma bugfix release menor e uma menor liberação de recursos novos. Acrescenta várias mensagens de aviso, correções de três questões, e exibe o valor padrão por trás da cadeia de ajuda quando a ajuda é solicitada. Além disso, os padrões de codificação foram ligeiramente modificadas e oficialmente documentados. Eles foram retirados os padrões utilizados pelos shUnit2 (o framework de testes unitários utilizados para o teste de unidade).
Tags: Minor feature enhancements
This is both a minor bugfix release and a minor new feature release. It adds several warning messages, fixes three issues, and displays the default value behind the help string when help is requested. Additionally, the coding standards have been modified slightly and officially documented. They were taken from the standards used by shUnit2 (the unit testing framework used for the unit testing).

Project Resources