slitaz-base-files view doc/libtaz.txt @ rev 158

added generic yes/no function along with indent and statys function to libtaz
author Christian Mesh <meshca@clarkson.edu>
date Fri May 11 11:13:15 2012 -0500 (2012-05-11)
parents
children dd17cc10cd6d
line source
2 SYNOPSIS
3 . /lib/libtaz.sh
4 function
6 DESCRIPTION
7 LibTaz is the base SliTaz SHell library used by almost all tools and
8 utilities. It provide common SHell script functions, parse the cmdline
9 options and store values in a variable. The output messages can be
10 formated for raw/text, gtk, html and by default they are formated for
11 a standard terminal supporting colors. LibTaz is in the directory
12 /lib/libtaz.sh since it is used when /usr may not be mounted.
14 FUNCTIONS
15 status
16 separator
17 boldify [string]
18 check_root
20 OPTIONS
21 --output=[raw|gtk|html]
23 AUTHOR
24 Written by Christophe Lincoln