pip install pnu-true
true - return true value
true [--debug] [--help|-?] [--version] [--]
The true utility returns with an exit code of zero.
Some shells may provide a builtin true command which is identical to this utility. Consult the builtin(1) manual page.
Options | Use |
---|---|
--debug | Enable debug mode |
--help|-? | Print usage and a short help message and exit |
--version | Print version and exit |
-- | Options processing terminator |
The true utility exits 0 on success, and >0 if an error occurs.
builtin(1), csh(1), false(1), sh(1)
The true utility is a standard UNIX/POSIX command. It is expected to be IEEE Std 1003.2 (“POSIX.2”) compatible.
It tries to follow the PEP 8 style guide for Python code.
Tested OK under Windows.
This version was made for the PNU project.
This utility is available under the 3-clause BSD license.
This version was written by Thomas Tournier
The man page is derived from the FreeBSD project's one.