[go: up one dir, main page]

uu_true 0.3.0

true ~ (uutils) do nothing and succeed
Documentation
1
2
3
4
5
6
7
8
true-about = Returns true, a successful exit status.

  Immediately returns with the exit status 0, except when invoked with one of the recognized
  options. In those cases it will try to write the help or version text. Any IO error during this
  operation causes the program to return 1 instead.

true-help-text = Print help information
true-version-text = Print version information